From: Geert Uytterhoeven Date: Mon, 14 Jun 2021 14:16:07 +0000 (+0200) Subject: nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help text X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d399742cd02dca6d1ed17ae7db7a366192516591;p=linux.git nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help text Fix a singular/plural mismatch in the CONFIG_NVME_MULTIPATH help text. Signed-off-by: Geert Uytterhoeven Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index a44d49d63968a..102292289cdf5 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig @@ -21,7 +21,7 @@ config NVME_MULTIPATH help This option enables support for multipath access to NVMe subsystems. If this option is enabled only a single - /dev/nvmeXnY device will show up for each NVMe namespaces, + /dev/nvmeXnY device will show up for each NVMe namespace, even if it is accessible through multiple controllers. config NVME_HWMON