From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: igmp: make function __ip_mc_inc_group() static Date: Wed, 25 Jul 2018 16:38:12 -0700 (PDT) Message-ID: <20180725.163812.466815319087153540.davem@davemloft.net> References: <1532498773-188363-1-git-send-email-weiyongjun1@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, liuhangbin@gmail.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org To: weiyongjun1@huawei.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:57876 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731370AbeGZAwN (ORCPT ); Wed, 25 Jul 2018 20:52:13 -0400 In-Reply-To: <1532498773-188363-1-git-send-email-weiyongjun1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wei Yongjun Date: Wed, 25 Jul 2018 06:06:13 +0000 > 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'.