Drop the repeated "the", reported by scripts/checkpatch.pl. Only touches a comment, no code changes.
The bitfield.h hunks from v1 are gone: "the relevant bits filled in in the range" is correct as it stands, since "filled in" ends the clause and "in the range" begins the next. Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <[email protected]> --- drivers/net/ethernet/sfc/mcdi_pcol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h index b00e7c100566..976a96459075 100644 --- a/drivers/net/ethernet/sfc/mcdi_pcol.h +++ b/drivers/net/ethernet/sfc/mcdi_pcol.h @@ -9560,7 +9560,7 @@ * DMA synchronizaion. Always the last entry in the DMA buffer and set to the * same value as GENERATION_START. The host driver must compare the * GENERATION_START and GENERATION_END values to verify that the DMA buffer is - * consistent upon copying the the DMA buffer. If they do not match, it means + * consistent upon copying the DMA buffer. If they do not match, it means * that new DMA transfer has started while the host driver was copying the DMA * buffer. In this case, the host driver must repeat the copy operation. */

