All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
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	[thread overview]
Message-ID: <20200703012816.GA31913@514ca40f2116> (raw)
In-Reply-To: <20200625155014.6zwfoqqyhsvwu2gc@SvensMacBookAir.sven.lan>

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]


Signed-off-by: kernel test robot <lkp@intel.com>
---
 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/ethernet/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 netdev_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.

  parent reply	other threads:[~2020-07-03  1:28 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 15:50 [Intel-wired-lan] [PATCH 1/1] igb: add XDP support Sven Auhagen
2020-06-25 23:00 ` kernel test robot
2020-06-25 23:00   ` kernel test robot
2020-06-26  7:32 ` kernel test robot
2020-06-26  9:46 ` Dan Carpenter
2020-06-26  9:46   ` Dan Carpenter
2020-06-26  9:46   ` Dan Carpenter
2020-06-27  5:37   ` Sven Auhagen
2020-06-29  4:31   ` Sven Auhagen
2020-07-03  1:28 ` kernel test robot
2020-07-03  1:28 ` kernel test robot [this message]
2020-07-08 18:20 ` Alexander Duyck
2020-07-09  4:37   ` Sven Auhagen
2020-07-09 15:03     ` Alexander Duyck
2020-07-09 15:18       ` Sven Auhagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200703012816.GA31913@514ca40f2116 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.