Skip to content

Commit

Permalink
net: fix typo in skbuff.c
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Wenhua Shi authored and David S. Miller committed Oct 15, 2017
1 parent b984986 commit 09001b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 09001b0

Please sign in to comment.