diff mbox series

Documentation: gpio: Fix typo

Message ID 20201214155440.2950-1-wsa+renesas@sang-engineering.com
State New
Headers show
Series Documentation: gpio: Fix typo | expand

Commit Message

Wolfram Sang Dec. 14, 2020, 3:54 p.m. UTC
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/driver-api/gpio/consumer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wolfram Sang Jan. 18, 2021, 9:02 a.m. UTC | #1
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
>
Linus Walleij Jan. 22, 2021, 9:44 a.m. UTC | #2
On Mon, Dec 14, 2020 at 4:56 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:

> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

> Does this go via doc or gpio?

We usually apply it to the GPIO tree. Bartosz is handling this
right now.

Yours,
Linus Walleij
diff mbox series

Patch

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;