Drop the doubled word "for".
Signed-off-by: Randy Dunlap rdunlap@infradead.org 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 --- Documentation/leds/ledtrig-transient.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200701.orig/Documentation/leds/ledtrig-transient.rst +++ linux-next-20200701/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.