diff options
author | Caleb Sander Mateos <csander@purestorage.com> | 2025-02-13 10:05:14 -0700 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2025-02-18 07:37:31 -0800 |
commit | 487a3ea7b1b8ba2ca7d2c2bb3c3594dc360d6261 (patch) | |
tree | d938d88f6c55bba0efcb88a48bb68e616b472c17 /lib/mpi/mpiutil.c | |
parent | 578539e0969028f711c34d9a4565931edfe1d730 (diff) |
nvme/ioctl: add missing space in err message
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.
Fixes: e7d4b5493a2d ("nvme: factor out a nvme_validate_passthru_nsid helper")
Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions