These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / speakup / thread.c
index d95efb7..90c383e 100644 (file)
@@ -48,7 +48,8 @@ int speakup_thread(void *data)
                        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
-                        * can sleep whenever it likes */
+                        * can sleep whenever it likes
+                        */
                        synth->catch_up(synth);
                }