From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/ncsi: Make local function ncsi_get_filter() static Date: Fri, 03 Nov 2017 15:44:27 +0900 (KST) Message-ID: <20171103.154427.1659572456757356882.davem@davemloft.net> References: <1509621328-152587-1-git-send-email-weiyongjun1@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sam@mendozajonas.com, gwshan@linux.vnet.ibm.com, arnd@arndb.de, netdev@vger.kernel.org To: weiyongjun1@huawei.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:36578 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752102AbdKCGoa (ORCPT ); Fri, 3 Nov 2017 02:44:30 -0400 In-Reply-To: <1509621328-152587-1-git-send-email-weiyongjun1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wei Yongjun Date: Thu, 2 Nov 2017 11:15:28 +0000 > Fixes the following sparse warnings: > > net/ncsi/ncsi-manage.c:41:5: warning: > symbol 'ncsi_get_filter' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied, thank you.