2021-06-14 14:18:21

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH trivial] nvme: Grammar s/each namespaces/each namespace/

Fix a singular/plural mismatch in the CONFIG_NVME_MULTIPATH help text.

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
drivers/nvme/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig
index f76cc4690bfc37bc..26ddd34ae45b76fc 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
--
2.25.1


2021-06-15 16:20:30

by Christoph Hellwig

[permalink] [raw]