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

From: Christoph Hellwig
Date: Thu Feb 13 2025 - 00:54:18 EST


On Wed, Feb 12, 2025 at 06:09:16PM -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".

You might as well consolidaste the string to a single line while you're
at it. Otherwise this looks good.