]> asedeno.scripts.mit.edu Git - linux.git/commit
tcp: cdg: make struct tcp_cdg static
authorColin Ian King <colin.king@canonical.com>
Mon, 16 Oct 2017 13:33:21 +0000 (14:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Oct 2017 20:24:25 +0000 (21:24 +0100)
commitd85969f1a981b9cd57f5037ebcb9c6d385c0bc70
tree6f7cb2b7c66c59e876ff60368b833003da00a41b
parent00fb3a7c7c14dd28feb0372a8458267e058add66
tcp: cdg: make struct tcp_cdg static

The structure tcp_cdg is local to the source and
does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'tcp_cdg' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_cdg.c