diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-11-16 12:00:35 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-11-21 00:51:16 +0100 |
commit | 547d4c107822fe79a1f8ee8eb61d933d16769319 (patch) | |
tree | 6c9092924843fa28704f13d4bb727f65a28413b2 /Documentation/gpio/consumer.txt | |
parent | Documentation: arm: remove hyphen from BG2Q in Marvell Berlin docs (diff) | |
download | linux-547d4c107822fe79a1f8ee8eb61d933d16769319.tar.xz linux-547d4c107822fe79a1f8ee8eb61d933d16769319.zip |
Doc: gpio: Fix typos in Documentation/gpio
This patch fix some spelling typos found in Documentation/gpio.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/gpio/consumer.txt')
-rw-r--r-- | Documentation/gpio/consumer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpio/consumer.txt b/Documentation/gpio/consumer.txt index e000502fde20..05676fdacfe3 100644 --- a/Documentation/gpio/consumer.txt +++ b/Documentation/gpio/consumer.txt @@ -260,7 +260,7 @@ will be driven low. To summarize: -Function (example) active-low proporty physical line +Function (example) active-low property physical line gpiod_set_raw_value(desc, 0); don't care low gpiod_set_raw_value(desc, 1); don't care high gpiod_set_value(desc, 0); default (active-high) low |