Re: [PATCH v2] nvme/ioctl: add missing space in err message

From: Keith Busch
Date: Tue Feb 18 2025 - 10:47:22 EST


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.