From: Jilin Yuan Date: Sat, 25 Jun 2022 06:32:40 +0000 (+0800) Subject: sfc:falcon: fix repeated words in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bb4a0c88ae3108209c6a7144ccd0b456856cf316;p=linux.git sfc:falcon: fix repeated words in comments Delete the redundant word 'in'. Signed-off-by: Jilin Yuan Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/sfc/falcon/bitfield.h b/drivers/net/ethernet/sfc/falcon/bitfield.h index 5eb178d0c149c..78537a53009e2 100644 --- a/drivers/net/ethernet/sfc/falcon/bitfield.h +++ b/drivers/net/ethernet/sfc/falcon/bitfield.h @@ -117,7 +117,7 @@ typedef union ef4_oword { * * ( element ) << 4 * - * The result will contain the relevant bits filled in in the range + * The result will contain the relevant bits filled in the range * [0,high-low), with garbage in bits [high-low+1,...). */ #define EF4_EXTRACT_NATIVE(native_element, min, max, low, high) \