Re: [PATCH] scsi: core: Log SCSI command age with errors

From: Bart Van Assche
Date: Wed Sep 25 2019 - 11:45:27 EST


On 9/22/19 11:01 PM, Milan P. Gandhi wrote:
+ off += scnprintf(logbuf + off, logbuf_len - off,
+ "cmd-age=%lus", cmd_age);

Have you considered to change cmd-age into cmd_age? I'm afraid otherwise someone might interpret the hyphen as a subtraction sign...

Thanks,

Bart.