[PATCH v2] nvme/ioctl: add missing space in err message
Keith Busch
kbusch at kernel.org
Tue Feb 18 07:46:00 PST 2025
On Thu, Feb 13, 2025 at 10:05:14AM -0700, Caleb Sander Mateos wrote:
> nvme_validate_passthru_nsid() logs an err message whose format string is
> split over 2 lines. There is a missing space between the two pieces,
> resulting in log lines like "... does not match nsid (1)of namespace".
> Add the missing space between ")" and "of". Also combine the format
> string pieces onto a single line to make the err message easier to grep.
Thanks, applied to nvme-6.14.
More information about the Linux-nvme
mailing list