From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [RFC PATCH net-next] liquidio: lio_fetch_vf_stats() can be static Date: Fri, 7 Sep 2018 09:41:08 +0800 Message-ID: <20180907014108.GA48543@cairo> References: <201809070936.Xhh3hpBt%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kbuild-all@01.org, netdev@vger.kernel.org, Felix Manlunas , Derek Chickles , Satanand Burla , Raghu Vatsavayi , linux-kernel@vger.kernel.org To: Weilin Chang Return-path: Content-Disposition: inline In-Reply-To: <201809070936.Xhh3hpBt%fengguang.wu@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Fixes: 488752220b4a ("liquidio: Add spoof checking on a VF MAC address") Signed-off-by: kbuild test robot --- lio_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/cavium/liquidio/lio_core.c b/drivers/net/ethernet/cavium/liquidio/lio_core.c index 0284204..2122430 100644 --- a/drivers/net/ethernet/cavium/liquidio/lio_core.c +++ b/drivers/net/ethernet/cavium/liquidio/lio_core.c @@ -1357,7 +1357,7 @@ octnet_nic_stats_callback(struct octeon_device *oct_dev, } } -int lio_fetch_vf_stats(struct lio *lio) +static int lio_fetch_vf_stats(struct lio *lio) { struct octeon_device *oct_dev = lio->oct_dev; struct octeon_soft_command *sc;