diff mbox series

gpio: Fix a documentation spelling mistake

Message ID 20180121155330.5657-1-linus.walleij@linaro.org
State Accepted
Commit 2046362cf11d3dcb0c6904f7f3209c568d7858b3
Headers show
Series gpio: Fix a documentation spelling mistake | expand

Commit Message

Linus Walleij Jan. 21, 2018, 3:53 p.m. UTC
Simple etraneous letter.

Reported-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

---
 Documentation/gpio/board.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.14.3

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Fabio Estevam Jan. 21, 2018, 6:15 p.m. UTC | #1
On Sun, Jan 21, 2018 at 1:53 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> Simple etraneous letter.


s/etraneous/extraneous
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij Jan. 21, 2018, 7:34 p.m. UTC | #2
On Sun, Jan 21, 2018 at 7:15 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Sun, Jan 21, 2018 at 1:53 PM, Linus Walleij <linus.walleij@linaro.org> wrote:

>> Simple etraneous letter.

>

> s/etraneous/extraneous


But jesus christ.

I'm not friends with my laptop keyboard. Or the screen.

Thanks,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/Documentation/gpio/board.txt b/Documentation/gpio/board.txt
index b1d106167baa..659bb19f5b3c 100644
--- a/Documentation/gpio/board.txt
+++ b/Documentation/gpio/board.txt
@@ -125,7 +125,7 @@  where
   - flags is defined to specify the following properties:
 	* GPIO_ACTIVE_HIGH	- GPIO line is active high
 	* GPIO_ACTIVE_LOW	- GPIO line is active low
-	* GPIO_OPEN_DRAIN	- GPIO line ise set up as open drain
+	* GPIO_OPEN_DRAIN	- GPIO line is set up as open drain
 	* GPIO_OPEN_SOURCE	- GPIO line is set up as open source
 	* GPIO_PERSISTENT	- GPIO line is persistent during
 				  suspend/resume and maintains its value