linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: gpio: chip should be plural
@ 2021-03-23 14:55 Bryan Brattlof
  2021-03-25  9:28 ` Linus Walleij
  2021-03-25 17:42 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Bryan Brattlof @ 2021-03-23 14:55 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Linus Walleij, Bartosz Golaszewski, linux-gpio, linux-doc,
	linux-kernel, trivial, Bryan Brattlof

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
---
 Documentation/driver-api/gpio/intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/gpio/intro.rst b/Documentation/driver-api/gpio/intro.rst
index 94dd7185e76e..2e924fb5b3d5 100644
--- a/Documentation/driver-api/gpio/intro.rst
+++ b/Documentation/driver-api/gpio/intro.rst
@@ -27,7 +27,7 @@ What is a GPIO?
 ===============
 
 A "General Purpose Input/Output" (GPIO) is a flexible software-controlled
-digital signal. They are provided from many kinds of chip, and are familiar
+digital signal. They are provided from many kinds of chips, and are familiar
 to Linux developers working with embedded and custom hardware. Each GPIO
 represents a bit connected to a particular pin, or "ball" on Ball Grid Array
 (BGA) packages. Board schematics show which external hardware connects to
-- 
2.27.0



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

* Re: [PATCH] Documentation: gpio: chip should be plural
  2021-03-23 14:55 [PATCH] Documentation: gpio: chip should be plural Bryan Brattlof
@ 2021-03-25  9:28 ` Linus Walleij
  2021-03-25 17:42 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2021-03-25  9:28 UTC (permalink / raw)
  To: Bryan Brattlof
  Cc: Jonathan Corbet, Bartosz Golaszewski, open list:GPIO SUBSYSTEM,
	Linux Doc Mailing List, linux-kernel, Jiri Kosina

On Tue, Mar 23, 2021 at 3:56 PM Bryan Brattlof <hello@bryanbrattlof.com> wrote:

> Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>

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

Yours,
Linus Walleij

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

* Re: [PATCH] Documentation: gpio: chip should be plural
  2021-03-23 14:55 [PATCH] Documentation: gpio: chip should be plural Bryan Brattlof
  2021-03-25  9:28 ` Linus Walleij
@ 2021-03-25 17:42 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-03-25 17:42 UTC (permalink / raw)
  To: Bryan Brattlof
  Cc: Linus Walleij, Bartosz Golaszewski, linux-gpio, linux-doc,
	linux-kernel, trivial, Bryan Brattlof

Bryan Brattlof <hello@bryanbrattlof.com> writes:

> Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
> ---
>  Documentation/driver-api/gpio/intro.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/gpio/intro.rst b/Documentation/driver-api/gpio/intro.rst
> index 94dd7185e76e..2e924fb5b3d5 100644
> --- a/Documentation/driver-api/gpio/intro.rst
> +++ b/Documentation/driver-api/gpio/intro.rst
> @@ -27,7 +27,7 @@ What is a GPIO?
>  ===============
>  
>  A "General Purpose Input/Output" (GPIO) is a flexible software-controlled
> -digital signal. They are provided from many kinds of chip, and are familiar
> +digital signal. They are provided from many kinds of chips, and are familiar

Applied, thanks.

jon

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

end of thread, other threads:[~2021-03-25 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 14:55 [PATCH] Documentation: gpio: chip should be plural Bryan Brattlof
2021-03-25  9:28 ` Linus Walleij
2021-03-25 17:42 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).