diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-01-21 10:52:31 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-01-21 10:52:31 -0500 |
commit | 2046362cf11d3dcb0c6904f7f3209c568d7858b3 (patch) | |
tree | 77f0f99e96eb1ee9c3165c90490b9982d543aa1c | |
parent | c4a2fed32fbe3cc8ffd33ff067be593a74322dbc (diff) |
gpio: Fix a documentation spelling mistake
Simple etraneous letter.
Reported-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/gpio/board.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
125 | - flags is defined to specify the following properties: | 125 | - flags is defined to specify the following properties: |
126 | * GPIO_ACTIVE_HIGH - GPIO line is active high | 126 | * GPIO_ACTIVE_HIGH - GPIO line is active high |
127 | * GPIO_ACTIVE_LOW - GPIO line is active low | 127 | * GPIO_ACTIVE_LOW - GPIO line is active low |
128 | * GPIO_OPEN_DRAIN - GPIO line ise set up as open drain | 128 | * GPIO_OPEN_DRAIN - GPIO line is set up as open drain |
129 | * GPIO_OPEN_SOURCE - GPIO line is set up as open source | 129 | * GPIO_OPEN_SOURCE - GPIO line is set up as open source |
130 | * GPIO_PERSISTENT - GPIO line is persistent during | 130 | * GPIO_PERSISTENT - GPIO line is persistent during |
131 | suspend/resume and maintains its value | 131 | suspend/resume and maintains its value |