]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: tcp_init_wl / tcp_update_wl argument cleanup
authorHantzis Fotis <xantzis@ceid.upatras.gr>
Tue, 3 Mar 2009 06:42:02 +0000 (22:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2009 06:42:02 +0000 (22:42 -0800)
commit3110a33aa6e64ea1f7e9c804ca1e6be610372e0c
tree70fe4bad071ee03afd4368a8487eb378abdfa3a5
parent9ce9efb8521ca86e04ff8eb877816703f7d6a178
tcp: tcp_init_wl / tcp_update_wl argument cleanup

The above functions from include/net/tcp.h have been defined with an
argument that they never use. The argument is 'u32 ack' which is never
used inside the function body, and thus it can be removed. The rest of
the patch involves the necessary changes to the function callers of the
above two functions.

Signed-off-by: Hantzis Fotis <xantzis@ceid.upatras.gr>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c