Skip to content

Commit

Permalink
sfc:falcon: fix repeated words in comments
Browse files Browse the repository at this point in the history
Delete the redundant word 'in'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jilin Yuan authored and David S. Miller committed Jun 27, 2022
1 parent 982a2b5 commit bb4a0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/sfc/falcon/bitfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit bb4a0c8

Please sign in to comment.