diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-07 11:04:05 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-13 09:44:06 -0600 |
commit | b7ecdb00daa7ef5dc61e08e6a030cb93497b292b (patch) | |
tree | 88e8b624503c37eb23b6b17279ecb1eac0feee78 /Documentation/leds | |
parent | 14bee1674ac59d0267f8c660972edc8da49d314d (diff) | |
download | linux-b7ecdb00daa7ef5dc61e08e6a030cb93497b292b.tar.bz2 |
Documentation: leds/ledtrig-transient: eliminate duplicated word
Drop the doubled word "for".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Dan Murphy <dmurphy@ti.com>
Cc: linux-leds@vger.kernel.org
Link: https://lore.kernel.org/r/20200707180414.10467-12-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/leds')
-rw-r--r-- | Documentation/leds/ledtrig-transient.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/leds/ledtrig-transient.rst b/Documentation/leds/ledtrig-transient.rst index d921dc830cd0..eedfa1626e8a 100644 --- a/Documentation/leds/ledtrig-transient.rst +++ b/Documentation/leds/ledtrig-transient.rst @@ -157,7 +157,7 @@ repeat the following step as needed:: echo 1 > activate - start timer = duration to run once echo none > trigger -This trigger is intended to be used for for the following example use cases: +This trigger is intended to be used for the following example use cases: - Control of vibrate (phones, tablets etc.) hardware by user space app. - Use of LED by user space app as activity indicator. |