projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b984986
)
net: fix typo in skbuff.c
author
Wenhua Shi
<march511@gmail.com>
Sat, 14 Oct 2017 16:51:36 +0000
(18:51 +0200)
committer
David S. Miller
<davem@davemloft.net>
Sun, 15 Oct 2017 01:23:43 +0000
(18:23 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
patch
|
blob
|
history
diff --git
a/net/core/skbuff.c
b/net/core/skbuff.c
index 16982de649b97b92423a4f9f5eac1e98ca803370..e62476beee956c82261e176890b76b93eec9ea2f 100644
(file)
--- a/
net/core/skbuff.c
+++ b/
net/core/skbuff.c
@@
-1896,7
+1896,7
@@
void *__pskb_pull_tail(struct sk_buff *skb, int delta)
}
/* If we need update frag list, we are in troubles.
- * Certainly, it possible to add an offset to skb data,
+ * Certainly, it
is
possible to add an offset to skb data,
* but taking into account that pulling is expected to
* be very rare operation, it is worth to fight against
* further bloating skb head and crucify ourselves here instead.