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: howlett/maple/20220816~181^2~96 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b7df575f8aac538878c1b2b3099f6d594626dfe8;p=users%2Fjedix%2Flinux-maple.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 7e0a925bf3bea..934a36fa0b379 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),