]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: speakup: Split the comment to fit the length
authorPanir.Nyan <panir.nyan@gmail.com>
Wed, 24 Dec 2014 04:07:31 +0000 (04:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Jan 2015 00:14:16 +0000 (16:14 -0800)
Split the comment to fit the length.

Signed-off-by: Panir Nyan <Panir.Nyan@gmail.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/synth.c

index f3aa4239dc68c8e08225b29bd2ec9fca35848a65..01eddab93c66718291e087c28e120cf66a375258 100644 (file)
@@ -30,9 +30,9 @@ struct speakup_info_t speakup_info = {
         * must be taken at each kernel->speakup transition and released at
         * each corresponding speakup->kernel transition.
         *
-        * The progression thread only interferes with the speakup machinery through
-        * the synth buffer, so only needs to take the lock while tinkering with
-        * the buffer.
+        * The progression thread only interferes with the speakup machinery
+        * through the synth buffer, so only needs to take the lock
+        * while tinkering with the buffer.
         *
         * We use spin_lock/trylock_irqsave and spin_unlock_irqrestore with this
         * spinlock because speakup needs to disable the keyboard IRQ.