projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088899c
)
mac80211: add missing newline
author
Johannes Berg
<johannes@sipsolutions.net>
Mon, 19 Apr 2010 09:03:13 +0000
(11:03 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 19 Apr 2010 20:45:20 +0000
(16:45 -0400)
One HT debugging printk is missing a newline,
add it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/agg-tx.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/agg-tx.c
b/net/mac80211/agg-tx.c
index 6bb4d0a1e5c5a6e725a605cf723455ed2d4feb55..7dfe833d9716fd4683e0bf67c0bf1c8692aa6283 100644
(file)
--- a/
net/mac80211/agg-tx.c
+++ b/
net/mac80211/agg-tx.c
@@
-186,7
+186,7
@@
static void sta_addba_resp_timer_expired(unsigned long data)
*state = HT_AGG_STATE_IDLE;
#ifdef CONFIG_MAC80211_HT_DEBUG
printk(KERN_DEBUG "timer expired on tid %d but we are not "
- "(or no longer) expecting addBA response there",
+ "(or no longer) expecting addBA response there
\n
",
tid);
#endif
return;