aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/serialio.c
diff options
context:
space:
mode:
authorJanani Ravichandran <janani.rvchndrn@gmail.com>2016-02-13 22:05:01 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-14 16:49:09 -0800
commite6ceec822a0c1192744b15e95e9119051ea89a31 (patch)
treed70a3d7eaf09ea9858f081c90dd0d4b572655047 /drivers/staging/speakup/serialio.c
parentstaging: netlogic: Fix parenthesis alignment (diff)
downloadlinux-dev-e6ceec822a0c1192744b15e95e9119051ea89a31.tar.xz
linux-dev-e6ceec822a0c1192744b15e95e9119051ea89a31.zip
staging: speakup: Fix block comment style
Use trailing */ on a separate line when it is a block comment. This patch fixes the last of the checkpatch warnings for the file. Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/serialio.c')
-rw-r--r--drivers/staging/speakup/serialio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/serialio.c b/drivers/staging/speakup/serialio.c
index 361545770120..c2c435cc3d63 100644
--- a/drivers/staging/speakup/serialio.c
+++ b/drivers/staging/speakup/serialio.c
@@ -8,7 +8,8 @@
#include <linux/serial_core.h>
/* WARNING: Do not change this to <linux/serial.h> without testing that
- * SERIAL_PORT_DFNS does get defined to the appropriate value. */
+ * SERIAL_PORT_DFNS does get defined to the appropriate value.
+ */
#include <asm/serial.h>
#ifndef SERIAL_PORT_DFNS