From: Bryan Wu Date: Thu, 15 Sep 2011 01:07:42 +0000 (+1000) Subject: Fix a typo (duplicated word) in Documentation/leds/leds-class.txt X-Git-Tag: next-20110915~64^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69b2e61d526221e9ce1fdc238c78c94dade4f0f0;p=karo-tx-linux.git Fix a typo (duplicated word) in Documentation/leds/leds-class.txt Signed-off-by: Bryan Wu Acked-by: Richard Purdie Signed-off-by: Randy Dunlap --- 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 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 ). 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