]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme: correct comment about nvme_ns_remove()
authorJohn Garry <john.g.garry@oracle.com>
Thu, 5 Feb 2026 17:11:14 +0000 (17:11 +0000)
committerKeith Busch <kbusch@kernel.org>
Fri, 6 Feb 2026 15:59:25 +0000 (07:59 -0800)
commit3ddfbfbc78ac1d3d9e95098fb6a32b57b8a0dcae
tree918e7362babc3184634a945cd15002d2d7c462b9
parent63059500b124254c2630b2f8c46cb3555e726f52
nvme: correct comment about nvme_ns_remove()

The comment in nvme_mpath_remove_disk() references nvme_remove_ns(), which
should be nvme_ns_remove().

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: John Garry <john.g.garry@oracle.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/multipath.c