Просмотр исходного кода

staging: speakup: thread.c Comment modifications

Make comment style modifications

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Walt Feasel 8 лет назад
Родитель
Сommit
b42fe0bc14
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      drivers/staging/speakup/thread.c

+ 2 - 1
drivers/staging/speakup/thread.c

@@ -47,7 +47,8 @@ int speakup_thread(void *data)
 		if (our_sound.active)
 		if (our_sound.active)
 			kd_mksound(our_sound.freq, our_sound.jiffies);
 			kd_mksound(our_sound.freq, our_sound.jiffies);
 		if (synth && synth->catch_up && synth->alive) {
 		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
 			 * can sleep whenever it likes
 			 */
 			 */
 			synth->catch_up(synth);
 			synth->catch_up(synth);