diff mbox series

PCI: correct flag name

Message ID 1595778455-12132-1-git-send-email-Julia.Lawall@inria.fr (mailing list archive)
State Not Applicable, archived
Delegated to: Bjorn Helgaas
Headers show
Series PCI: correct flag name | expand

Commit Message

Julia Lawall July 26, 2020, 3:47 p.m. UTC
RESOURCE_IO does not exist.  Rename to IORESOURCE_IO.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
Just a guess based on the most similar name...

 Documentation/filesystems/sysfs-pci.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Corbet July 27, 2020, 10:21 p.m. UTC | #1
On Sun, 26 Jul 2020 17:47:35 +0200
Julia Lawall <Julia.Lawall@inria.fr> wrote:

> RESOURCE_IO does not exist.  Rename to IORESOURCE_IO.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
> Just a guess based on the most similar name...
> 
>  Documentation/filesystems/sysfs-pci.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/filesystems/sysfs-pci.rst b/Documentation/filesystems/sysfs-pci.rst
> index a265f3e..742fbd2 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

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/filesystems/sysfs-pci.rst b/Documentation/filesystems/sysfs-pci.rst
index a265f3e..742fbd2 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