aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang wangx <[email protected]>2022-06-04 22:32:54 +0800
committerJens Axboe <[email protected]>2022-08-02 17:14:47 -0600
commitb7df575f8aac538878c1b2b3099f6d594626dfe8 (patch)
tree5c337f378ee86492a1d80e63834c8b279ef6dfd1
parente507210a06282a0ebaa84e8c9b4d8ad597b24a8b (diff)
nvme: remove a double word in a comment
Delete the redundant word 'be'. Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--drivers/nvme/host/nvme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h
index 7e0a925bf3be..934a36fa0b37 100644
--- a/drivers/nvme/host/nvme.h
+++ b/drivers/nvme/host/nvme.h
@@ -140,7 +140,7 @@ enum nvme_quirks {
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.
*/
NVME_QUIRK_SKIP_CID_GEN = (1 << 17),