diff options
author | David S. Miller <davem@davemloft.net> | 2018-02-16 15:52:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-16 15:52:42 -0500 |
commit | da27988766e338e4a4fe198170497c0920395d4c (patch) | |
tree | 939838fe8c772cba78c61f65ce9cc1d297440542 /include | |
parent | dfec091439bb2acf763497cfc58f2bdfc67c56b7 (diff) | |
download | linux-da27988766e338e4a4fe198170497c0920395d4c.tar.bz2 |
skbuff: Fix comment mis-spelling.
'peform' --> 'perform'
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 5ebc0f869720..c1e66bdcf583 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -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 |