From: kbuild test robot <lkp@intel.com>
To: greearb@candelatech.com
Cc: kbuild-all@01.org, linux-wireless@vger.kernel.org,
ath6kl@lists.infradead.org, Ben Greear <greearb@candelatech.com>
Subject: [RFC PATCH] ath6k: ath6k_ethtool_ops can be static
Date: Thu, 22 Oct 2015 08:58:59 +0800 [thread overview]
Message-ID: <20151022005858.GA48311@xian> (raw)
In-Reply-To: <1445471597-26091-2-git-send-email-greearb@candelatech.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
cfg80211.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index c6eb2fd..e8dbe9b 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c
@@ -3747,7 +3747,7 @@ static void ath6k_get_strings(struct net_device *dev, u32 sset, u8 *data)
}
}
-const struct ethtool_ops ath6k_ethtool_ops = {
+static const struct ethtool_ops ath6k_ethtool_ops = {
.get_drvinfo = cfg80211_get_drvinfo,
.get_link = ethtool_op_get_link,
.get_strings = ath6k_get_strings,
prev parent reply other threads:[~2015-10-22 1:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 23:53 [PATCH 1/2] ath6k: break stats gathering code into separate method greearb
2015-10-21 23:53 ` [PATCH 2/2] ath6k: implement ethtool stats greearb
2015-10-22 0:58 ` kbuild test robot
2015-10-22 0:58 ` kbuild test robot [this message]
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=20151022005858.GA48311@xian \
--to=lkp@intel.com \
--cc=ath6kl@lists.infradead.org \
--cc=greearb@candelatech.com \
--cc=kbuild-all@01.org \
--cc=linux-wireless@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