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:
9a14969
)
ath10k: split an unnecessary long line
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Mon, 5 Oct 2015 14:56:37 +0000
(17:56 +0300)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Tue, 6 Oct 2015 11:41:12 +0000
(14:41 +0300)
from checkpatch:
drivers/net/wireless/ath/ath10k/mac.c:1113: line over 90 characters
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/mac.c
b/drivers/net/wireless/ath/ath10k/mac.c
index 185651db71c052feec983d2e6462bdfe6add0de1..803a708f2298501024b0eadf1baa4f5f1ce34e43 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/mac.c
+++ b/
drivers/net/wireless/ath/ath10k/mac.c
@@
-1110,7
+1110,8
@@
static int ath10k_monitor_recalc(struct ath10k *ar)
ret = ath10k_monitor_stop(ar);
if (ret)
- ath10k_warn(ar, "failed to stop disallowed monitor: %d\n", ret);
+ ath10k_warn(ar, "failed to stop disallowed monitor: %d\n",
+ ret);
/* not serious */
}