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

2017-10-16 Thread David Miller
From: Colin King Date: Mon, 16 Oct 2017 14:33:21 +0100 > From: Colin Ian King > > 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-b

[PATCH] tcp: cdg: make struct tcp_cdg static

2017-10-16 Thread Colin King
From: Colin Ian King 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 --- net/ipv4/tcp_cdg.c | 2 +- 1 file changed, 1 insert