summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/thread.c
diff options
context:
space:
mode:
authorAleksei Fedotov <lexa@cfotr.com>2015-08-14 19:34:37 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-15 00:38:16 (GMT)
commit13d825edd4441dd3453de58d1bd2ade44d5ad2ab (patch)
tree3f179cf716e22bab9cd7fa7f689c43ce93a9b962 /drivers/staging/speakup/thread.c
parentad9f92d2700d19cd680dbfdb5da3859d10f534d1 (diff)
downloadlinux-13d825edd4441dd3453de58d1bd2ade44d5ad2ab.tar.xz
staging: speakup: Fix warning reported by checkpatch
This patch fixes the checkpatch.pl warnings: WARNING: Block comments use a trailing */ on a separate line WARNING: Block comments use * on subsequent lines Signed-off-by: Aleksey Fedotov <lexa@cfotr.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/thread.c')
-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 d95efb7..90c383e 100644
--- a/drivers/staging/speakup/thread.c
+++ b/drivers/staging/speakup/thread.c
@@ -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);
}