projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfec091
)
skbuff: Fix comment mis-spelling.
author
David S. Miller
<davem@davemloft.net>
Fri, 16 Feb 2018 20:52:42 +0000
(15:52 -0500)
committer
David S. Miller
<davem@davemloft.net>
Fri, 16 Feb 2018 20:52:42 +0000
(15:52 -0500)
'peform' --> 'perform'
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
patch
|
blob
|
history
diff --git
a/include/linux/skbuff.h
b/include/linux/skbuff.h
index 5ebc0f869720a35d2790a6befc9f33fb54a4f9a1..c1e66bdcf5837047fc48cd3bbe15e1e1bc0d3a92 100644
(file)
--- 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 pe
r
form checksum complete directly
* in checksum_init.
*/
#define CHECKSUM_BREAK 76