aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Brattlof <[email protected]>2021-03-23 14:55:59 +0000
committerJonathan Corbet <[email protected]>2021-03-25 11:41:37 -0600
commit2379d15a7c303421689ab2a853553ec460fbb2c5 (patch)
tree9399cccb6ef0ad6bcbc1d03b9ded8378cd8e4534
parent399bfc8b2918b94a9a1d7b3b1fc9b706b1b81190 (diff)
Documentation: gpio: chip should be plural
Signed-off-by: Bryan Brattlof <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/driver-api/gpio/intro.rst2
1 files changed, 1 insertions, 1 deletions
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