summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/gpio/consumer.rst
diff options
context:
space:
mode:
authorTom Schwindl <schwindl@posteo.de>2022-06-23 21:37:06 +0000
committerJonathan Corbet <corbet@lwn.net>2022-06-24 13:12:20 -0600
commitf9b21cd086070a111eebc107341d822a37796c89 (patch)
tree86f88fe48fd11ecee521862b7973a9e3c03668f7 /Documentation/driver-api/gpio/consumer.rst
parentdf6725651f6f4b0f4f475cf7f539dfb8c9535da5 (diff)
downloadlwn-f9b21cd086070a111eebc107341d822a37796c89.tar.gz
lwn-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/consumer.rst')
-rw-r--r--Documentation/driver-api/gpio/consumer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/gpio/consumer.rst b/Documentation/driver-api/gpio/consumer.rst
index 47869ca8ccf0..083afa1a4189 100644
--- a/Documentation/driver-api/gpio/consumer.rst
+++ b/Documentation/driver-api/gpio/consumer.rst
@@ -114,7 +114,7 @@ For a function using multiple GPIOs all of those can be obtained with one call::
This function returns a struct gpio_descs which contains an array of
descriptors. It also contains a pointer to a gpiolib private structure which,
-if passed back to get/set array functions, may speed up I/O proocessing::
+if passed back to get/set array functions, may speed up I/O processing::
struct gpio_descs {
struct gpio_array *info;