]> www.infradead.org Git - nvme.git/commit
nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
authorYi Zhang <yi.zhang@redhat.com>
Wed, 10 Apr 2024 00:57:14 +0000 (08:57 +0800)
committerKeith Busch <kbusch@kernel.org>
Fri, 12 Apr 2024 00:22:13 +0000 (17:22 -0700)
commit0bc2e80b9be51712b19e919db5abc97a418f8292
tree1a70736364673aee4370530213c7f556f6a7e4fa
parent013ee5a6234d4c574dedd60c4887a4bcc9ecc749
nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH

Move the stray '.' that is currently at the end of the line after
newline '\n' to before newline character which is the right position.

Fixes: ce8d78616a6b ("nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATH")
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c