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)
commitee7537b63a28b42b22e48842dfeedc66d96b71f1
tree70fe4bad071ee03afd4368a8487eb378abdfa3a5
parentc1accad323372ab788066974844fe4db3c43acb0
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