Skip to content

Commit

Permalink
gpio: Fix a documentation spelling mistake
Browse files Browse the repository at this point in the history
Simple etraneous letter.

Reported-by: Alexander Stein <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed Jan 21, 2018
1 parent c4a2fed commit 2046362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/gpio/board.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2046362

Please sign in to comment.