Commit bb4a0c88 authored by Jilin Yuan's avatar Jilin Yuan Committed by David S. Miller
Browse files

sfc:falcon: fix repeated words in comments



Delete the redundant word 'in'.

Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 982a2b5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)		\