[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4EB42D65.1080807@xenotime.net>
Date: Fri, 04 Nov 2011 11:22:29 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
CC: Bryan Wu <bryan.wu@...onical.com>,
Richard Purdie <rchard.purdie@...uxfoundation.org>
Subject: [PATCH 7/8] Documentation: fix leds-class.txt duplicated word
From: Bryan Wu <bryan.wu@...onical.com>
Fix a typo (duplicated word) in Documentation/leds/leds-class.txt
Signed-off-by: Bryan Wu <bryan.wu@...onical.com>
Acked-by: Richard Purdie <rchard.purdie@...uxfoundation.org>
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
Documentation/leds/leds-class.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- lnx1104.orig/Documentation/leds/leds-class.txt
+++ lnx1104/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 <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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists