]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: speakup: thread.c Comment modifications
authorWalt Feasel <waltfeasel@gmail.com>
Sat, 19 Nov 2016 17:12:11 +0000 (12:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Nov 2016 10:05:29 +0000 (11:05 +0100)
Make comment style modifications

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/thread.c

index 90c383ee7c3f55fb6d8d04c56589f2d046c9cd76..e4de7dcb6c36db0d4f7ca2cba9159305dc025bf1 100644 (file)
@@ -47,7 +47,8 @@ int speakup_thread(void *data)
                if (our_sound.active)
                        kd_mksound(our_sound.freq, our_sound.jiffies);
                if (synth && synth->catch_up && synth->alive) {
-                       /* It is up to the callee to take the lock, so that it
+                       /*
+                        * It is up to the callee to take the lock, so that it
                         * can sleep whenever it likes
                         */
                        synth->catch_up(synth);