]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
mac80211: add missing newline
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 19 Apr 2010 09:03:13 +0000 (11:03 +0200)
committerJohn 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

index 6bb4d0a1e5c5a6e725a605cf723455ed2d4feb55..7dfe833d9716fd4683e0bf67c0bf1c8692aa6283 100644 (file)
@@ -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;