diff options
Diffstat (limited to 'Documentation/leds')
-rw-r--r-- | Documentation/leds/leds-class.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/leds/leds-class.txt b/Documentation/leds/leds-class.txt index 44f5e6bccd97..f1f7ec9f5cc5 100644 --- a/Documentation/leds/leds-class.txt +++ b/Documentation/leds/leds-class.txt | |||
@@ -11,7 +11,7 @@ brightness support so will just be turned on for non-zero brightness settings. | |||
11 | The class also introduces the optional concept of an LED trigger. A trigger | 11 | The class also introduces the optional concept of an LED trigger. A trigger |
12 | is a kernel based source of led events. Triggers can either be simple or | 12 | is a kernel based source of led events. Triggers can either be simple or |
13 | complex. A simple trigger isn't configurable and is designed to slot into | 13 | complex. A simple trigger isn't configurable and is designed to slot into |
14 | existing subsystems with minimal additional code. Examples are the ide-disk, | 14 | existing subsystems with minimal additional code. Examples are the disk-activity, |
15 | nand-disk and sharpsl-charge triggers. With led triggers disabled, the code | 15 | nand-disk and sharpsl-charge triggers. With led triggers disabled, the code |
16 | optimises away. | 16 | optimises away. |
17 | 17 | ||