Commit da279887 authored by David S. Miller's avatar David S. Miller

skbuff: Fix comment mis-spelling.

'peform' --> 'perform'
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dfec0914
...@@ -3646,7 +3646,7 @@ static inline bool __skb_checksum_validate_needed(struct sk_buff *skb, ...@@ -3646,7 +3646,7 @@ static inline bool __skb_checksum_validate_needed(struct sk_buff *skb,
return true; return true;
} }
/* For small packets <= CHECKSUM_BREAK peform checksum complete directly /* For small packets <= CHECKSUM_BREAK perform checksum complete directly
* in checksum_init. * in checksum_init.
*/ */
#define CHECKSUM_BREAK 76 #define CHECKSUM_BREAK 76
......
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