sfc:falcon: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Sat, 25 Jun 2022 06:32:40 +0000 (14:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jun 2022 10:59:54 +0000 (11:59 +0100)
Delete the redundant word 'in'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/falcon/bitfield.h

index 5eb178d..78537a5 100644 (file)
@@ -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)                \