]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Fix a typo (duplicated word) in Documentation/leds/leds-class.txt
authorBryan Wu <bryan.wu@canonical.com>
Thu, 15 Sep 2011 01:07:42 +0000 (11:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Sep 2011 01:09:11 +0000 (11:09 +1000)
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>
Documentation/leds/leds-class.txt

index 4996586e27e865f4874470c021e318eb89fbc24b..79699c2007664e5572580a0eea812cae7efd65fb 100644 (file)
@@ -61,8 +61,8 @@ Hardware accelerated blink of LEDs
 Some LEDs can be programmed to blink without any CPU interaction. To
 support this feature, a LED driver can optionally implement the
 blink_set() function (see <linux/leds.h>). To set an LED to blinking,
-however, it is better to use use the API function led_blink_set(),
-as it will check and implement software fallback if necessary.
+however, it is better to use the API function led_blink_set(), as it
+will check and implement software fallback if necessary.
 
 To turn off blinking again, use the API function led_brightness_set()
 as that will not just set the LED brightness but also stop any software