diff options
author | Wang Sheng-Hui <shhuiw@foxmail.com> | 2016-04-20 10:04:32 +0800 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-04-26 08:31:50 -0600 |
commit | b31356dfde571d925768783f1bb63ca8e156d0b3 (patch) | |
tree | 2a183eed612cfe8a576fe3e39ddbcb6e569d9945 /drivers/nvme/host | |
parent | 76e3914ae51714b0535c38d9472d89124e0b6b96 (diff) | |
download | blackbird-op-linux-b31356dfde571d925768783f1bb63ca8e156d0b3.tar.gz blackbird-op-linux-b31356dfde571d925768783f1bb63ca8e156d0b3.zip |
NVMe: small typo in section BLK_DEV_NVME_SCSI of host/Kconfig
"as well as " is miss typed "as well a " in section
"config BLK_DEV_NVME_SCSI"
Signed-off-by: Wang Sheng-Hui <shhuiw@foxmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/nvme/host')
-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 c894841c6456..d296fc3ae06e 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig @@ -18,7 +18,7 @@ config BLK_DEV_NVME_SCSI depends on NVME_CORE ---help--- This adds support for the SG_IO ioctl on the NVMe character - and block devices nodes, as well a a translation for a small + and block devices nodes, as well as a translation for a small number of selected SCSI commands to NVMe commands to the NVMe driver. If you don't know what this means you probably want to say N here, unless you run a distro that abuses the SCSI |