Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Jonathan Corbet
e3363a0d cb56ecae

+1 -1
+1 -1
Documentation/filesystems/sysfs-pci.rst
··· 63 63 binary - file contains binary data 64 64 cpumask - file contains a cpumask type 65 65 66 - .. [1] rw for RESOURCE_IO (I/O port) regions only 66 + .. [1] rw for IORESOURCE_IO (I/O port) regions only 67 67 68 68 The read only files are informational, writes to them will be ignored, with 69 69 the exception of the 'rom' file. Writable files can be used to perform