summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-11-26 23:40:29 +0100
committerChristoph Hellwig <hch@lst.de>2020-12-01 20:36:37 +0100
commit9f20599c4821d1f7281a3efb3ef94ff3cfdd5e10 (patch)
treeaae50de1d115ddd68c242b84ef7a31ad595c22c5 /drivers/nvme
parentnvmet: make sure discovery change log event is protected (diff)
downloadlinux-9f20599c4821d1f7281a3efb3ef94ff3cfdd5e10.tar.xz
linux-9f20599c4821d1f7281a3efb3ef94ff3cfdd5e10.zip
nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig
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>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/target/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/target/Kconfig b/drivers/nvme/target/Kconfig
index 8056955e652c..4be2ececbc45 100644
--- a/drivers/nvme/target/Kconfig
+++ b/drivers/nvme/target/Kconfig
@@ -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.