projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e507210
)
nvme: remove a double word in a comment
author
Xiang wangx
<wangxiang@cdjrlc.com>
Sat, 4 Jun 2022 14:32:54 +0000
(22:32 +0800)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 2 Aug 2022 23:14:47 +0000
(17:14 -0600)
Delete the redundant word 'be'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/nvme.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/nvme/host/nvme.h
b/drivers/nvme/host/nvme.h
index 7e0a925bf3bea089097cc73fc63e0459d32952f3..934a36fa0b379b06a28b3d6b1824df83b173187e 100644
(file)
--- 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),