diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-11-16 20:00:35 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-11-20 16:51:16 -0700 |
commit | 547d4c107822fe79a1f8ee8eb61d933d16769319 (patch) | |
tree | 6c9092924843fa28704f13d4bb727f65a28413b2 /Documentation/gpio/consumer.txt | |
parent | 32d79b023abe442e76648a70f3255fca3c6f67c9 (diff) | |
download | op-kernel-dev-547d4c107822fe79a1f8ee8eb61d933d16769319.zip op-kernel-dev-547d4c107822fe79a1f8ee8eb61d933d16769319.tar.gz |
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 e000502..05676fd 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 |