From: Janani Ravichandran Date: Sun, 14 Feb 2016 03:05:01 +0000 (-0500) Subject: staging: speakup: Fix block comment style X-Git-Tag: next-20160301~20^2~409 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e6ceec822a0c1192744b15e95e9119051ea89a31;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 /* WARNING: Do not change this to without testing that - * SERIAL_PORT_DFNS does get defined to the appropriate value. */ + * SERIAL_PORT_DFNS does get defined to the appropriate value. + */ #include #ifndef SERIAL_PORT_DFNS