From: kbuild test robot <fengguang.wu@intel.com>
To: Liu CF/TW <cfliu.tw@gmail.com>
Cc: "Kalle Valo <kvalo@adurom.com> Kalle Valo" <kvalo@adurom.com>,
kbuild-all@01.org, ath10k@lists.infradead.org
Subject: [PATCH ath6kl] ath10k: ath10k_cryptmode_param can be static
Date: Mon, 8 Jun 2015 18:16:38 +0800 [thread overview]
Message-ID: <20150608101638.GA42919@roam> (raw)
In-Reply-To: <201506081858.50qhbeJJ%fengguang.wu@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c
index a81c7a7..b674573 100644
--- a/drivers/net/wireless/ath/ath10k/core.c
+++ b/drivers/net/wireless/ath/ath10k/core.c
@@ -31,7 +31,7 @@
#include "wmi-ops.h"
unsigned int ath10k_debug_mask;
-unsigned int ath10k_cryptmode_param;
+static unsigned int ath10k_cryptmode_param;
static bool uart_print;
static bool skip_otp;
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
prev parent reply other threads:[~2015-06-08 10:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 10:16 [ath6kl:pending 13/20] drivers/net/wireless/ath/ath10k/core.c:34:14: sparse: symbol 'ath10k_cryptmode_param' was not declared. Should it be static? kbuild test robot
2015-06-08 10:16 ` 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=20150608101638.GA42919@roam \
--to=fengguang.wu@intel.com \
--cc=ath10k@lists.infradead.org \
--cc=cfliu.tw@gmail.com \
--cc=kbuild-all@01.org \
--cc=kvalo@adurom.com \
/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