aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon/bitfield.h
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-06-25 14:32:40 +0800
committerDavid S. Miller <davem@davemloft.net>2022-06-27 11:59:54 +0100
commitbb4a0c88ae3108209c6a7144ccd0b456856cf316 (patch)
tree9abe0def2fc3430d90e1653b5c92da5b7ad48c99 /drivers/net/ethernet/sfc/falcon/bitfield.h
parentsfc: fix repeated words in comments (diff)
downloadlinux-dev-bb4a0c88ae3108209c6a7144ccd0b456856cf316.tar.xz
linux-dev-bb4a0c88ae3108209c6a7144ccd0b456856cf316.zip
sfc:falcon: fix repeated words in comments
Delete the redundant word 'in'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/sfc/falcon/bitfield.h')
-rw-r--r--drivers/net/ethernet/sfc/falcon/bitfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/falcon/bitfield.h b/drivers/net/ethernet/sfc/falcon/bitfield.h
index 5eb178d0c149..78537a53009e 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) \