]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove unused tcp_fin() parameters
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 20 Oct 2011 21:44:03 +0000 (17:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Oct 2011 21:44:03 +0000 (17:44 -0400)
commitaaa53ecfc2b1986c2754760f364c4bf25d2a18c2
tree6443ad496861c0c79291dcc57247e841bec5eee3
parent9db21832eca0829e83dd6fee0d54afdb408aa090
tcp: remove unused tcp_fin() parameters

tcp_fin() only needs socket pointer, we can remove skb and th params.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c