aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/leds
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@canonical.com>2011-11-04 14:22:29 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-11-04 15:01:48 -0400
commitee31892aaf47f1b5fd1323c9397db5d3f22d8b9e (patch)
tree621b26de426aefa1e2f882dec05d222dc644a402 /Documentation/leds
parentb670722009d52c79aea8ff7ed561365ee21ff58c (diff)
Documentation: fix leds-class.txt duplicated word
Fix a typo (duplicated word) in Documentation/leds/leds-class.txt Signed-off-by: Bryan Wu <bryan.wu@canonical.com> Acked-by: Richard Purdie <rchard.purdie@linuxfoundation.org> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/leds')
-rw-r--r--Documentation/leds/leds-class.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/leds/leds-class.txt b/Documentation/leds/leds-class.txt
index 4996586e27e8..79699c200766 100644
--- a/Documentation/leds/leds-class.txt
+++ b/Documentation/leds/leds-class.txt
@@ -61,8 +61,8 @@ Hardware accelerated blink of LEDs
61Some LEDs can be programmed to blink without any CPU interaction. To 61Some LEDs can be programmed to blink without any CPU interaction. To
62support this feature, a LED driver can optionally implement the 62support this feature, a LED driver can optionally implement the
63blink_set() function (see <linux/leds.h>). To set an LED to blinking, 63blink_set() function (see <linux/leds.h>). To set an LED to blinking,
64however, it is better to use use the API function led_blink_set(), 64however, it is better to use the API function led_blink_set(), as it
65as it will check and implement software fallback if necessary. 65will check and implement software fallback if necessary.
66 66
67To turn off blinking again, use the API function led_brightness_set() 67To turn off blinking again, use the API function led_brightness_set()
68as that will not just set the LED brightness but also stop any software 68as that will not just set the LED brightness but also stop any software