projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad6867
)
ath10k: fix alignment in ath10k_dbg()
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Thu, 13 Feb 2014 16:13:12 +0000
(18:13 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Fri, 14 Feb 2014 11:19:55 +0000
(13:19 +0200)
Fix a checkpatch warning:
drivers/net/wireless/ath/ath10k/debug.h:95: CHECK: Alignment should match open parenthesis
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/debug.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/debug.h
b/drivers/net/wireless/ath/ath10k/debug.h
index 1773c36c71a01a179177b887a3485c9f05c505cf..a5824990bd2a8c789e69d18bb2e3f12f26548248 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/debug.h
+++ b/
drivers/net/wireless/ath/ath10k/debug.h
@@
-92,7
+92,7
@@
static inline void ath10k_debug_read_target_stats(struct ath10k *ar,
#ifdef CONFIG_ATH10K_DEBUG
__printf(2, 3) void ath10k_dbg(enum ath10k_debug_mask mask,
-
const char *fmt, ...);
+ const char *fmt, ...);
void ath10k_dbg_dump(enum ath10k_debug_mask mask,
const char *msg, const char *prefix,
const void *buf, size_t len);