summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/buffers.c
diff options
context:
space:
mode:
authorAleksei Fedotov <lexa@cfotr.com>2015-08-14 22:34:37 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 17:38:16 -0700
commit13d825edd4441dd3453de58d1bd2ade44d5ad2ab (patch)
tree3f179cf716e22bab9cd7fa7f689c43ce93a9b962 /drivers/staging/speakup/buffers.c
parentad9f92d2700d19cd680dbfdb5da3859d10f534d1 (diff)
downloadop-kernel-dev-13d825edd4441dd3453de58d1bd2ade44d5ad2ab.zip
op-kernel-dev-13d825edd4441dd3453de58d1bd2ade44d5ad2ab.tar.gz
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/buffers.c')
-rw-r--r--drivers/staging/speakup/buffers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/buffers.c b/drivers/staging/speakup/buffers.c
index d45c8af..d4d4598 100644
--- a/drivers/staging/speakup/buffers.c
+++ b/drivers/staging/speakup/buffers.c
@@ -63,7 +63,8 @@ void synth_buffer_add(char ch)
{
if (!synth->alive) {
/* This makes sure that we won't stop TTYs if there is no synth
- * to restart them */
+ * to restart them
+ */
return;
}
if (synth_buffer_free() <= 100) {
OpenPOWER on IntegriCloud