From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0353297131255819503==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] igb: igb_xdp_ring_update_tail() can be static Date: Fri, 03 Jul 2020 09:28:16 +0800 Message-ID: <20200703012816.GA31913@514ca40f2116> In-Reply-To: <20200625155014.6zwfoqqyhsvwu2gc@SvensMacBookAir.sven.lan> List-Id: --===============0353297131255819503== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Signed-off-by: kernel test robot --- igb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethern= et/intel/igb/igb_main.c index 9ee3a9075d4cd..857e0de497562 100644 --- a/drivers/net/ethernet/intel/igb/igb_main.c +++ b/drivers/net/ethernet/intel/igb/igb_main.c @@ -2893,7 +2893,7 @@ static int igb_xdp(struct net_device *dev, struct net= dev_bpf *xdp) } } = -void igb_xdp_ring_update_tail(struct igb_ring *ring) +static void igb_xdp_ring_update_tail(struct igb_ring *ring) { /* Force memory writes to complete before letting h/w know there * are new descriptors to fetch. --===============0353297131255819503==--