Re: [PATCH net-next] net: igmp: make function __ip_mc_inc_group() static

2018-07-25 Thread David Miller
From: Wei Yongjun Date: Wed, 25 Jul 2018 06:06:13 + > Fixes the following sparse warnings: > > net/ipv4/igmp.c:1391:6: warning: > symbol '__ip_mc_inc_group' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied to 'net'.

Re: [PATCH net-next] net: igmp: make function __ip_mc_inc_group() static

2018-07-25 Thread Eric Dumazet
On 07/24/2018 11:06 PM, Wei Yongjun wrote: > Fixes the following sparse warnings: > > net/ipv4/igmp.c:1391:6: warning: > symbol '__ip_mc_inc_group' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > net/ipv4/igmp.c | 3 ++- > 1 file changed, 2 insertions(+), 1 del

[PATCH net-next] net: igmp: make function __ip_mc_inc_group() static

2018-07-24 Thread Wei Yongjun
Fixes the following sparse warnings: net/ipv4/igmp.c:1391:6: warning: symbol '__ip_mc_inc_group' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- net/ipv4/igmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 5