瀏覽代碼

mac80211: add missing newline

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>
Johannes Berg 15 年之前
父節點
當前提交
67e0f39277
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/mac80211/agg-tx.c

+ 1 - 1
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;