mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
Staging: i2o: Convert comment from C99 style to C89 style
This patch fixes checkpatch.pl error in debug.c ERROR: do not use C99 // comments Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f643bad17f
commit
e267cc5e48
@@ -22,7 +22,7 @@ void i2o_report_status(const char *severity, const char *str,
|
||||
u16 detailed_status = msg[4] & 0xFFFF;
|
||||
|
||||
if (cmd == I2O_CMD_UTIL_EVT_REGISTER)
|
||||
return; // No status in this reply
|
||||
return; /* No status in this reply */
|
||||
|
||||
printk("%s%s: ", severity, str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user