Re: [PATCH] Documentation: gpio: Fix typo
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
Date: 2021-01-18 09:03:34
Also in:
linux-doc
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
Date: 2021-01-18 09:03:34
Also in:
linux-doc
On Mon, Dec 14, 2020 at 04:54:40PM +0100, Wolfram Sang wrote:
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> ---
Does this go via doc or gpio?
Documentation/driver-api/gpio/consumer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/driver-api/gpio/consumer.rst b/Documentation/driver-api/gpio/consumer.rst index 423492d125b9..86e7676c5f0d 100644 --- a/Documentation/driver-api/gpio/consumer.rst +++ b/Documentation/driver-api/gpio/consumer.rst@@ -110,7 +110,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;-- 2.28.0