From: Xiang wangx Date: Sat, 4 Jun 2022 14:32:54 +0000 (+0800) Subject: nvme: remove a double word in a comment X-Git-Tag: for-5.20/block-2022-08-04~96 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b7df575f8aac538878c1b2b3099f6d594626dfe8;p=linux-block.git nvme: remove a double word in a comment Delete the redundant word 'be'. Signed-off-by: Xiang wangx Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- 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),