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

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
......@@ -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) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment