From patchwork Fri Sep 7 01:41:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kbuild test robot X-Patchwork-Id: 967176 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4260XN3Bz4z9s4s for ; Fri, 7 Sep 2018 11:41:24 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728417AbeIGGTi (ORCPT ); Fri, 7 Sep 2018 02:19:38 -0400 Received: from mga05.intel.com ([192.55.52.43]:36367 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727677AbeIGGTi (ORCPT ); Fri, 7 Sep 2018 02:19:38 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2018 18:41:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,340,1531810800"; d="scan'208";a="87899404" Received: from bee.sh.intel.com (HELO lkp-server01) ([10.239.97.14]) by fmsmga001.fm.intel.com with ESMTP; 06 Sep 2018 18:41:16 -0700 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1fy5ll-000DA4-4R; Fri, 07 Sep 2018 09:41:09 +0800 Date: Fri, 7 Sep 2018 09:41:08 +0800 From: kbuild test robot To: Weilin Chang Cc: kbuild-all@01.org, netdev@vger.kernel.org, Felix Manlunas , Derek Chickles , Satanand Burla , Raghu Vatsavayi , linux-kernel@vger.kernel.org Subject: [RFC PATCH net-next] liquidio: lio_fetch_vf_stats() can be static Message-ID: <20180907014108.GA48543@cairo> References: <201809070936.Xhh3hpBt%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <201809070936.Xhh3hpBt%fengguang.wu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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;