kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: correct flag name
@ 2020-07-26 15:47 Julia Lawall
  2020-07-27 22:21 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2020-07-26 15:47 UTC (permalink / raw)
  To: Jonathan Corbet, Bjorn Helgaas, linux-pci
  Cc: kernel-janitors, linux-doc, linux-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PCI: correct flag name
  2020-07-26 15:47 [PATCH] PCI: correct flag name Julia Lawall
@ 2020-07-27 22:21 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-07-27 22:21 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Bjorn Helgaas, linux-pci, kernel-janitors, linux-doc, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-27 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 15:47 [PATCH] PCI: correct flag name Julia Lawall
2020-07-27 22:21 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).