X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=Documentation%2Fleds-class.txt;h=6399557cdab3d6542a0feea0c0cd2c6b2af5ffad;hb=40a342664078ebcb4006a89af96f7982fac36032;hp=18860ad9935a7876746c00660f36b9fd90529499;hpb=946e2ad040000a14b7316fae722e7e65fa09ffe5;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/Documentation/leds-class.txt b/Documentation/leds-class.txt index 18860ad9935a..6399557cdab3 100644 --- a/Documentation/leds-class.txt +++ b/Documentation/leds-class.txt @@ -59,7 +59,7 @@ 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 ). If implemeted, triggers can +blink_set() function (see ). If implemented, triggers can attempt to use it before falling back to software timers. The blink_set() function should return 0 if the blink setting is supported, or -EINVAL otherwise, which means that LED blinking will be handled by software.