Commit b7df575f authored by Xiang wangx's avatar Xiang wangx Committed by Jens Axboe

nvme: remove a double word in a comment

Delete the redundant word 'be'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent e507210a
...@@ -140,7 +140,7 @@ enum nvme_quirks { ...@@ -140,7 +140,7 @@ enum nvme_quirks {
NVME_QUIRK_DMA_ADDRESS_BITS_48 = (1 << 16), NVME_QUIRK_DMA_ADDRESS_BITS_48 = (1 << 16),
/* /*
* The controller requires the command_id value be be limited, so skip * The controller requires the command_id value be limited, so skip
* encoding the generation sequence number. * encoding the generation sequence number.
*/ */
NVME_QUIRK_SKIP_CID_GEN = (1 << 17), NVME_QUIRK_SKIP_CID_GEN = (1 << 17),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment