diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-14 04:05:01 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-15 01:49:09 +0100 |
commit | e6ceec822a0c1192744b15e95e9119051ea89a31 (patch) | |
tree | d70a3d7eaf09ea9858f081c90dd0d4b572655047 /drivers | |
parent | staging: netlogic: Fix parenthesis alignment (diff) | |
download | linux-e6ceec822a0c1192744b15e95e9119051ea89a31.tar.xz linux-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')
-rw-r--r-- | drivers/staging/speakup/serialio.c | 3 |
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 |