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

ACPI / documentation: fix a sentence about GPIO resources

The sentence "These resources are used be used to pass ..." contains
a suspicious repetition, likely the author meant "These resources can
be used to pass ...".

Simplify the wording.

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Antonio Ospite and committed by
Rafael J. Wysocki
2375a212 b787f68c

+1 -1
+1 -1
Documentation/acpi/enumeration.txt
··· 253 253 GPIO support 254 254 ~~~~~~~~~~~~ 255 255 ACPI 5 introduced two new resources to describe GPIO connections: GpioIo 256 - and GpioInt. These resources are used be used to pass GPIO numbers used by 256 + and GpioInt. These resources can be used to pass GPIO numbers used by 257 257 the device to the driver. ACPI 5.1 extended this with _DSD (Device 258 258 Specific Data) which made it possible to name the GPIOs among other things. 259 259