Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Wenhua Shi 2017-10-14 18:51:36 +02:00 коммит произвёл David S. Miller
Родитель b984986067
Коммит 09001b03f7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.