Skip to content

Commit

Permalink
skbuff: Fix comment mis-spelling.
Browse files Browse the repository at this point in the history
'peform' --> 'perform'

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed Feb 16, 2018
1 parent dfec091 commit da27988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,7 @@ static inline bool __skb_checksum_validate_needed(struct sk_buff *skb,
return true;
}

/* For small packets <= CHECKSUM_BREAK peform checksum complete directly
/* For small packets <= CHECKSUM_BREAK perform checksum complete directly
* in checksum_init.
*/
#define CHECKSUM_BREAK 76
Expand Down

0 comments on commit da27988

Please sign in to comment.