From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] tipc: make some functions static Date: Sat, 21 Jul 2018 16:23:50 -0700 (PDT) Message-ID: <20180721.162350.1052424044584055730.davem@davemloft.net> References: <20180719091659.20248-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jon.maloy@ericsson.com, ying.xue@windriver.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net To: yuehaibing@huawei.com Return-path: In-Reply-To: <20180719091659.20248-1-yuehaibing@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: YueHaibing Date: Thu, 19 Jul 2018 17:16:59 +0800 > Fixes the following sparse warnings: > > net/tipc/link.c:376:5: warning: symbol 'link_bc_rcv_gap' was not declared. Should it be static? > net/tipc/link.c:823:6: warning: symbol 'link_prepare_wakeup' was not declared. Should it be static? > net/tipc/link.c:959:6: warning: symbol 'tipc_link_advance_backlog' was not declared. Should it be static? > net/tipc/link.c:1009:5: warning: symbol 'tipc_link_retrans' was not declared. Should it be static? > net/tipc/monitor.c:687:5: warning: symbol '__tipc_nl_add_monitor_peer' was not declared. Should it be static? > net/tipc/group.c:230:20: warning: symbol 'tipc_group_find_member' was not declared. Should it be static? > > Signed-off-by: YueHaibing Applied, thank you.