All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: gpio: fix typo
@ 2024-03-29 14:43 David Lechner
  2024-04-02  8:50 ` Bartosz Golaszewski
  0 siblings, 1 reply; 5+ messages in thread
From: David Lechner @ 2024-03-29 14:43 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: David Lechner, Kent Gibson, Jonathan Corbet, linux-gpio,
	linux-doc, linux-kernel

EOPNOTSUPP has two 'P's.

Signed-off-by: David Lechner <dlechner@baylibre.com>
---
 Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst b/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst
index 56b975801b6a..6615d6ced755 100644
--- a/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst
+++ b/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst
@@ -81,7 +81,7 @@ Only one event clock flag, ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_xxx``, may be set.
 If none are set then the event clock defaults to ``CLOCK_MONOTONIC``.
 The ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE`` flag requires supporting hardware
 and a kernel with ``CONFIG_HTE`` set.  Requesting HTE from a device that
-doesn't support it is an error (**EOPNOTSUP**).
+doesn't support it is an error (**EOPNOTSUPP**).
 
 The :c:type:`debounce_period_us<gpio_v2_line_attribute>` attribute may only
 be applied to lines with ``GPIO_V2_LINE_FLAG_INPUT`` set. When set, debounce
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: gpio: fix typo
  2024-03-29 14:43 [PATCH] Documentation: gpio: fix typo David Lechner
@ 2024-04-02  8:50 ` Bartosz Golaszewski
  0 siblings, 0 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2024-04-02  8:50 UTC (permalink / raw)
  To: David Lechner
  Cc: Kent Gibson, Jonathan Corbet, linux-gpio, linux-doc, linux-kernel

On Fri, Mar 29, 2024 at 3:43 PM David Lechner <dlechner@baylibre.com> wrote:
>
> EOPNOTSUPP has two 'P's.
>
> Signed-off-by: David Lechner <dlechner@baylibre.com>
> ---
>  Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst b/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst
> index 56b975801b6a..6615d6ced755 100644
> --- a/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst
> +++ b/Documentation/userspace-api/gpio/gpio-v2-get-line-ioctl.rst
> @@ -81,7 +81,7 @@ Only one event clock flag, ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_xxx``, may be set.
>  If none are set then the event clock defaults to ``CLOCK_MONOTONIC``.
>  The ``GPIO_V2_LINE_FLAG_EVENT_CLOCK_HTE`` flag requires supporting hardware
>  and a kernel with ``CONFIG_HTE`` set.  Requesting HTE from a device that
> -doesn't support it is an error (**EOPNOTSUP**).
> +doesn't support it is an error (**EOPNOTSUPP**).
>
>  The :c:type:`debounce_period_us<gpio_v2_line_attribute>` attribute may only
>  be applied to lines with ``GPIO_V2_LINE_FLAG_INPUT`` set. When set, debounce
> --
> 2.43.2
>

Applied, thanks!

Bart

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: gpio: Fix typo
  2020-12-14 15:54 [PATCH] Documentation: gpio: Fix typo Wolfram Sang
  2021-01-18  9:02 ` Wolfram Sang
@ 2021-01-22  9:44 ` Linus Walleij
  1 sibling, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2021-01-22  9:44 UTC (permalink / raw)
  To: Wolfram Sang, Bartosz Golaszewski
  Cc: Linux Doc Mailing List, open list:GPIO SUBSYSTEM

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Documentation: gpio: Fix typo
  2020-12-14 15:54 [PATCH] Documentation: gpio: Fix typo Wolfram Sang
@ 2021-01-18  9:02 ` Wolfram Sang
  2021-01-22  9:44 ` Linus Walleij
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2021-01-18  9:02 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-gpio, Linus Walleij

[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

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
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] Documentation: gpio: Fix typo
@ 2020-12-14 15:54 Wolfram Sang
  2021-01-18  9:02 ` Wolfram Sang
  2021-01-22  9:44 ` Linus Walleij
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfram Sang @ 2020-12-14 15:54 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-gpio, Wolfram Sang

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-02  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 14:43 [PATCH] Documentation: gpio: fix typo David Lechner
2024-04-02  8:50 ` Bartosz Golaszewski
  -- strict thread matches above, loose matches on Subject: below --
2020-12-14 15:54 [PATCH] Documentation: gpio: Fix typo Wolfram Sang
2021-01-18  9:02 ` Wolfram Sang
2021-01-22  9:44 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.