Re: [PATCH] tcp: make function tcp_recv_timestamp static

2017-12-26 Thread David Miller
From: Colin King Date: Fri, 22 Dec 2017 01:01:35 + > From: Colin Ian King > > The function tcp_recv_timestamp is local to the source and does not > need to be in global scope, so make it static. > > Cleans up sparse warning: > symbol 'tcp_recv_timestamp' was not declared. Should it be stat

[PATCH] tcp: make function tcp_recv_timestamp static

2017-12-21 Thread Colin King
From: Colin Ian King The function tcp_recv_timestamp is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol 'tcp_recv_timestamp' was not declared. Should it be static? Signed-off-by: Colin Ian King --- net/ipv4/tcp.c | 2 +- 1 file