]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Nov 2020 22:40:29 +0000 (22:40 +0000)
committerChristoph Hellwig <hch@lst.de>
Tue, 1 Dec 2020 19:36:37 +0000 (20:36 +0100)
There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/target/Kconfig

index 8056955e652c6d7529b22965d76adda5f8a4de42..4be2ececbc45ba8c5bfb811a4766a122d48ae35f 100644 (file)
@@ -24,7 +24,7 @@ config NVME_TARGET_PASSTHRU
          This enables target side NVMe passthru controller support for the
          NVMe Over Fabrics protocol. It allows for hosts to manage and
          directly access an actual NVMe controller residing on the target
-         side, incuding executing Vendor Unique Commands.
+         side, including executing Vendor Unique Commands.
 
          If unsure, say N.