diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2020-07-26 17:47:35 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-27 16:21:04 -0600 |
commit | e3363a0d7146427b136c73c60a635a36cbfe89ef (patch) | |
tree | 0e859c061429a9eb1e9e40de5b1da9e284a9775f /Documentation/filesystems | |
parent | cb56ecae4c991947aa1dcf0ff876705ccab2e442 (diff) |
PCI: correct flag name
RESOURCE_IO does not exist. Rename to IORESOURCE_IO.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/1595778455-12132-1-git-send-email-Julia.Lawall@inria.fr
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/sysfs-pci.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/sysfs-pci.rst b/Documentation/filesystems/sysfs-pci.rst index a265f3e2cc80..742fbd21dc1f 100644 --- a/Documentation/filesystems/sysfs-pci.rst +++ b/Documentation/filesystems/sysfs-pci.rst @@ -63,7 +63,7 @@ files, each with their own function. binary - file contains binary data cpumask - file contains a cpumask type -.. [1] rw for RESOURCE_IO (I/O port) regions only +.. [1] rw for IORESOURCE_IO (I/O port) regions only The read only files are informational, writes to them will be ignored, with the exception of the 'rom' file. Writable files can be used to perform |