aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-02-16 15:52:42 -0500
committerDavid S. Miller <davem@davemloft.net>2018-02-16 15:52:42 -0500
commitda27988766e338e4a4fe198170497c0920395d4c (patch)
tree939838fe8c772cba78c61f65ce9cc1d297440542 /include
parentdn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock (diff)
downloadlinux-dev-da27988766e338e4a4fe198170497c0920395d4c.tar.xz
linux-dev-da27988766e338e4a4fe198170497c0920395d4c.zip
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.h2
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