Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee31892a authored by Bryan Wu's avatar Bryan Wu Committed by Linus Torvalds
Browse files

Documentation: fix leds-class.txt duplicated word



Fix a typo (duplicated word) in Documentation/leds/leds-class.txt

Signed-off-by: default avatarBryan Wu <bryan.wu@canonical.com>
Acked-by: default avatarRichard Purdie <rchard.purdie@linuxfoundation.org>
Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b6707220
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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