summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/selection.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/selection.c
parentad9f92d2700d19cd680dbfdb5da3859d10f534d1 (diff)
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/selection.c')
-rw-r--r--drivers/staging/speakup/selection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/selection.c b/drivers/staging/speakup/selection.c
index a0315701c7d9..98af3b1f2d2a 100644
--- a/drivers/staging/speakup/selection.c
+++ b/drivers/staging/speakup/selection.c
@@ -114,7 +114,8 @@ int speakup_set_selection(struct tty_struct *tty)
obp = bp;
if (!((i + 2) % vc->vc_size_row)) {
/* strip trailing blanks from line and add newline,
- unless non-space at end of line. */
+ * unless non-space at end of line.
+ */
if (obp != bp) {
bp = obp;
*bp++ = '\r';