projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5148371
)
net: Fix typo in skb_fclone_busy
author
Masanari Iida
<standby24x7@gmail.com>
Sun, 13 Dec 2015 07:53:02 +0000
(16:53 +0900)
committer
David S. Miller
<davem@davemloft.net>
Mon, 14 Dec 2015 21:27:00 +0000
(16:27 -0500)
This patch fix a typo found within comment of skb_fclone_busy.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/skbuff.h
b/include/linux/skbuff.h
index 9b9b9ead7bb3e5da5791d704465518ff29eeb9b2..af4f6ac025b6b360be51363d4e0fc3652b76040f 100644
(file)
--- a/
include/linux/skbuff.h
+++ b/
include/linux/skbuff.h
@@
-833,7
+833,7
@@
struct sk_buff_fclones {
* skb_fclone_busy - check if fclone is busy
* @skb: buffer
*
- * Returns true i
s
skb is a fast clone, and its clone is not freed.
+ * Returns true i
f
skb is a fast clone, and its clone is not freed.
* Some drivers call skb_orphan() in their ndo_start_xmit(),
* so we also check that this didnt happen.
*/