Re: [PATCH] tcp: cdg: make struct tcp_cdg static

From: David Miller
Date: Mon Oct 16 2017 - 16:25:07 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Mon, 16 Oct 2017 14:33:21 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>

Applied.