summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-19 12:12:11 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-21 11:05:29 +0100
commitb42fe0bc144834be1709e49f443ae1b9926e8e62 (patch)
tree869ba091903f4f1d436eff7d39c84b27ead7e6bc /drivers/staging/speakup
parent44c8e49b358d7cacf7f6e05f955b910ab5b939d4 (diff)
downloadlinux-stable-b42fe0bc144834be1709e49f443ae1b9926e8e62.tar.gz
linux-stable-b42fe0bc144834be1709e49f443ae1b9926e8e62.tar.bz2
linux-stable-b42fe0bc144834be1709e49f443ae1b9926e8e62.zip
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>
Diffstat (limited to 'drivers/staging/speakup')
-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);