Skip to content

Commit da27988

Browse files
committed
skbuff: Fix comment mis-spelling.
'peform' --> 'perform' Signed-off-by: David S. Miller <[email protected]>
1 parent dfec091 commit da27988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/skbuff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3646,7 +3646,7 @@ static inline bool __skb_checksum_validate_needed(struct sk_buff *skb,
36463646
return true;
36473647
}
36483648

3649-
/* For small packets <= CHECKSUM_BREAK peform checksum complete directly
3649+
/* For small packets <= CHECKSUM_BREAK perform checksum complete directly
36503650
* in checksum_init.
36513651
*/
36523652
#define CHECKSUM_BREAK 76

0 commit comments

Comments
 (0)