diff options
author | Alexander Dahl <ada@thorsis.com> | 2023-04-18 13:34:02 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-04-20 15:57:48 +0200 |
commit | 57fbfb3b0b6526c9fd9c32383720ff550ace4919 (patch) | |
tree | fa5ecd0bbd44e3913bf11ed83f02b864782d2dec /Documentation/leds | |
parent | leds: pwm-multicolor: Simplify an error message (diff) | |
download | linux-57fbfb3b0b6526c9fd9c32383720ff550ace4919.tar.xz linux-57fbfb3b0b6526c9fd9c32383720ff550ace4919.zip |
docs: leds: ledtrig-oneshot: Fix spelling mistake
It's no comparison, but a "first this, then that" situation.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230418113402.188391-1-ada@thorsis.com
Diffstat (limited to 'Documentation/leds')
-rw-r--r-- | Documentation/leds/ledtrig-oneshot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/leds/ledtrig-oneshot.rst b/Documentation/leds/ledtrig-oneshot.rst index 69fa3ea1d554..e044d69e9c0f 100644 --- a/Documentation/leds/ledtrig-oneshot.rst +++ b/Documentation/leds/ledtrig-oneshot.rst @@ -5,7 +5,7 @@ One-shot LED Trigger This is a LED trigger useful for signaling the user of an event where there are no clear trap points to put standard led-on and led-off settings. Using this trigger, the application needs only to signal the trigger when an event has -happened, than the trigger turns the LED on and than keeps it off for a +happened, then the trigger turns the LED on and then keeps it off for a specified amount of time. This trigger is meant to be usable both for sporadic and dense events. In the |