mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
net: fix typo in skbuff.c
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b984986067
commit
09001b03f7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user