diff options
author | Geert Uytterhoeven | 2021-06-14 16:16:07 +0200 |
---|---|---|
committer | Christoph Hellwig | 2021-06-16 05:36:15 +0200 |
commit | d399742cd02dca6d1ed17ae7db7a366192516591 (patch) | |
tree | 90657c4a1f7263fcf0b0278cd33096db7f6fc195 /drivers/nvme | |
parent | 2411424143bdfad3027e82fe6a66c5aadce271ee (diff) |
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 <geert+renesas@glider.be>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
-rw-r--r-- | drivers/nvme/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index a44d49d63968..102292289cdf 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 |