From: kbuild test robot <lkp@intel.com>
To: Detlev Casanova <detlev.casanova@gmail.com>
Cc: kbuild-all@01.org, Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
"David S. Miller" <davem@davemloft.net>,
intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
Detlev Casanova <detlev.casanova@gmail.com>
Subject: [RFC PATCH] e1000e: e1000_workqueue can be static
Date: Mon, 17 Jun 2019 23:25:23 +0800 [thread overview]
Message-ID: <20190617152523.GA18852@lkp-kbuild08> (raw)
In-Reply-To: <20190616145445.9637-1-detlev.casanova@gmail.com>
Fixes: ef431cc0a6a5 ("e1000e: Make watchdog use delayed work")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
netdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c
index 0fc95fb..a1526e7 100644
--- a/drivers/net/ethernet/intel/e1000e/netdev.c
+++ b/drivers/net/ethernet/intel/e1000e/netdev.c
@@ -39,7 +39,7 @@ static int debug = -1;
module_param(debug, int, 0);
MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
-struct workqueue_struct *e1000_workqueue;
+static struct workqueue_struct *e1000_workqueue;
static const struct e1000_info *e1000_info_tbl[] = {
[board_82571] = &e1000_82571_info,
next prev parent reply other threads:[~2019-06-17 15:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-16 14:54 [PATCH] e1000e: Make watchdog use delayed work Detlev Casanova
2019-06-17 15:25 ` kbuild test robot [this message]
2019-06-17 15:25 ` kbuild test robot
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=20190617152523.GA18852@lkp-kbuild08 \
--to=lkp@intel.com \
--cc=davem@davemloft.net \
--cc=detlev.casanova@gmail.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jeffrey.t.kirsher@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).