From: Vatika Harlalka Date: Tue, 17 Feb 2015 22:22:07 +0000 (+0530) Subject: Staging: i2o: Convert comment from C99 style to C89 style X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e267cc5e48fbc1acba6f0b0dd7e6871f2733a8fc;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/i2o/debug.c b/drivers/staging/i2o/debug.c index 7a16114ed8ea..6a760db0565c 100644 --- a/drivers/staging/i2o/debug.c +++ b/drivers/staging/i2o/debug.c @@ -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);