Re: [PATCH net-next] tcp: make function tcp_retransmit_stamp() static

2018-07-25 Thread David Miller
From: Wei Yongjun Date: Wed, 25 Jul 2018 06:06:07 + > Fixes the following sparse warnings: > > net/ipv4/tcp_timer.c:25:5: warning: > symbol 'tcp_retransmit_stamp' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied, thank you.

[PATCH net-next] tcp: make function tcp_retransmit_stamp() static

2018-07-24 Thread Wei Yongjun
Fixes the following sparse warnings: net/ipv4/tcp_timer.c:25:5: warning: symbol 'tcp_retransmit_stamp' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- net/ipv4/tcp_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/