summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-19 20:12:11 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-21 13:05:29 +0300
commitb42fe0bc144834be1709e49f443ae1b9926e8e62 (patch)
tree869ba091903f4f1d436eff7d39c84b27ead7e6bc
parent44c8e49b358d7cacf7f6e05f955b910ab5b939d4 (diff)
downloadlinux-b42fe0bc144834be1709e49f443ae1b9926e8e62.tar.xz
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>
-rw-r--r--drivers/staging/speakup/thread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/thread.c b/drivers/staging/speakup/thread.c
index 90c383ee7c3f..e4de7dcb6c36 100644
--- a/drivers/staging/speakup/thread.c
+++ b/drivers/staging/speakup/thread.c
@@ -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);