commit | e42e24c3cc072088756d84ef07b492ac2a3ae2e5 | [log] [tgz] |
---|---|---|
author | Matvejchikov Ilya <matvejchikov@gmail.com> | Mon Jul 24 16:02:12 2017 +0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 24 17:28:12 2017 -0700 |
tree | 4866ef0eed04cee3ae4522ffd5a4f61a3b3fef3a | |
parent | f575a02ee76cda1eff5e6949aff7cf5c386e3977 [diff] |
tcp: remove redundant argument from tcp_rcv_established() The last (4th) argument of tcp_rcv_established() is redundant as it always equals to skb->len and the skb itself is always passed as 2th agrument. There is no reason to have it. Signed-off-by: Ilya V. Matveychikov <matvejchikov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>