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
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