[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1478974377-30110-1-git-send-email-waltfeasel@gmail.com>
Date: Sat, 12 Nov 2016 13:12:57 -0500
From: Walt Feasel <waltfeasel@...il.com>
To: speakup@...ux-speakup.org
Cc: w.d.hubbs@...il.com, chris@...-brannons.com, kirk@...ille.uwo.ca,
samuel.thibault@...-lyon.org, gregkh@...uxfoundation.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Walt Feasel <waltfeasel@...il.com>
Subject: [PATCH] [STYLE 1/2]staging:speakup:thread.c Modified block comment
Modified block comment to multiline style
Signed-off-by: Walt Feasel <waltfeasel@...il.com>
---
drivers/staging/speakup/thread.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/speakup/thread.c b/drivers/staging/speakup/thread.c
index 90c383e..e4de7dc 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);
--
2.1.4
Powered by blists - more mailing lists