All of lore.kernel.org
 help / color / mirror / Atom feed
* [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?
@ 2015-06-08 10:16 kbuild test robot
  2015-06-08 10:16 ` [PATCH ath6kl] ath10k: ath10k_cryptmode_param can be static kbuild test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2015-06-08 10:16 UTC (permalink / raw)
  To: Liu CF/TW
  Cc: Kalle Valo <kvalo@adurom.com> Kalle Valo, kbuild-all, ath10k

tree:   git://github.com/kvalo/ath pending
head:   b05648495f19ba2cff2662ec06e059f4d3ef70a5
commit: 1c5277383bef3c7c9fc73c33d3dea4255e4919b6 [13/20] ath10k: add 'cryptmode' param to support raw tx injection and sw crypto.
reproduce:
  # apt-get install sparse
  git checkout 1c5277383bef3c7c9fc73c33d3dea4255e4919b6
  make ARCH=x86_64 allmodconfig
  make C=1 CF=-D__CHECK_ENDIAN__


sparse warnings: (new ones prefixed by >>)

>> drivers/net/wireless/ath/ath10k/core.c:34:14: sparse: symbol 'ath10k_cryptmode_param' was not declared. Should it be static?

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH ath6kl] ath10k: ath10k_cryptmode_param can be static
  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
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2015-06-08 10:16 UTC (permalink / raw)
  To: Liu CF/TW
  Cc: Kalle Valo <kvalo@adurom.com> Kalle Valo, kbuild-all, ath10k


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-08 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH ath6kl] ath10k: ath10k_cryptmode_param can be static kbuild test robot

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.