Actions
Bug #16044
openNVMe spec version message could use a newline
Status:
New
Priority:
Normal
Assignee:
-
Category:
driver - device drivers
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
From nvme_init()
:
dev_err(nvme->n_dip, CE_CONT, "?NVMe spec version %d.%d",
nvme->n_version.v_major, nvme->n_version.v_minor);
Since it is using CE_CONT, a newline is not appended to the message. As a result during verbose booting, whatever follows it is concatenated onto the same line.
Actions