2021-03-24 03:08:24

by Bryan Brattlof

[permalink] [raw]
Subject: [PATCH] Documentation: gpio: chip should be plural

Signed-off-by: Bryan Brattlof <[email protected]>
---
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



2021-03-25 09:32:33

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] Documentation: gpio: chip should be plural

On Tue, Mar 23, 2021 at 3:56 PM Bryan Brattlof <[email protected]> wrote:

> Signed-off-by: Bryan Brattlof <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij

2021-03-25 17:44:18

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation: gpio: chip should be plural

Bryan Brattlof <[email protected]> writes:

> Signed-off-by: Bryan Brattlof <[email protected]>
> ---
> 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