diff mbox series

Documentation: gpio: chip should be plural

Message ID 20210323145509.139393-1-hello@bryanbrattlof.com
State Accepted
Commit 2379d15a7c303421689ab2a853553ec460fbb2c5
Headers show
Series Documentation: gpio: chip should be plural | expand

Commit Message

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

Comments

Linus Walleij March 25, 2021, 9:28 a.m. UTC | #1
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
Jonathan Corbet March 25, 2021, 5:42 p.m. UTC | #2
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
diff mbox series

Patch

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