mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue