diff options
author | Tom Schwindl <schwindl@posteo.de> | 2022-06-23 23:37:06 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-06-24 21:12:20 +0200 |
commit | f9b21cd086070a111eebc107341d822a37796c89 (patch) | |
tree | 86f88fe48fd11ecee521862b7973a9e3c03668f7 /Documentation/driver-api/gpio/using-gpio.rst | |
parent | docs: Remove duplicate word (diff) | |
download | linux-f9b21cd086070a111eebc107341d822a37796c89.tar.xz linux-f9b21cd086070a111eebc107341d822a37796c89.zip |
docs: driver-api: gpio: Fix some typos
Correct some simple spelling mistakes in consumer.rst, driver.rst
and using-gpio.rst.
Signed-off-by: Tom Schwindl <schwindl@posteo.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/YrTdAv3YPlCiDr2u@posteo.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/gpio/using-gpio.rst')
-rw-r--r-- | Documentation/driver-api/gpio/using-gpio.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/gpio/using-gpio.rst b/Documentation/driver-api/gpio/using-gpio.rst index 64c8d3f76c3a..894d88855d73 100644 --- a/Documentation/driver-api/gpio/using-gpio.rst +++ b/Documentation/driver-api/gpio/using-gpio.rst @@ -44,7 +44,7 @@ These devices will appear on the system as ``/dev/gpiochip0`` thru found in the kernel tree ``tools/gpio`` subdirectory. For structured and managed applications, we recommend that you make use of the -libgpiod_ library. This provides helper abstractions, command line utlities +libgpiod_ library. This provides helper abstractions, command line utilities and arbitration for multiple simultaneous consumers on the same GPIO chip. .. _libgpiod: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/ |