]> asedeno.scripts.mit.edu Git - linux.git/commit
tcp: make function tcp_retransmit_stamp() static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 25 Jul 2018 06:06:07 +0000 (06:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jul 2018 23:35:45 +0000 (16:35 -0700)
commit55477206f15cf725178be23344179bd83f773c7b
treee50df4dbac8d9448432267b48a0377bfbfbfd276
parent158abbf170ecfc6d56abeddd0c66da753b3435df
tcp: make function tcp_retransmit_stamp() static

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 <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_timer.c