commit | f4d01666616adeebe72f84ee6e9385e309805ba5 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Jun 01 14:18:36 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 02 14:28:25 2017 -0400 |
tree | 8c4af232e0645be8be27fbeb6b64d9b796cabdd2 | |
parent | 80b7d81912d807f161d55e9c2c9cc81061666f83 [diff] |
tcp: remove unnecessary skb_reset_tail_pointer() __pskb_trim_head() does not need to reset skb tail pointer. Also change the comments, __pskb_pull_head() does not exist. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>