From: Tomas Winkler Date: Thu, 12 Jun 2008 17:08:19 +0000 (+0300) Subject: mac80211: add missing new line in debug print HT_DEBUG X-Git-Tag: v2.6.26-rc7~20^2~25^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=995ad6c5a415c9389d094d246ca1b305c1e31813;p=karo-tx-linux.git mac80211: add missing new line in debug print HT_DEBUG This patch adds '\n' in debug printk (wme.c HT DEBUG) Signed-off-by: Tomas Winkler Signed-off-by: John W. Linville --- diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c index dc1598b86004..635b996c8c35 100644 --- a/net/mac80211/wme.c +++ b/net/mac80211/wme.c @@ -673,7 +673,7 @@ int ieee80211_ht_agg_queue_add(struct ieee80211_local *local, #ifdef CONFIG_MAC80211_HT_DEBUG if (net_ratelimit()) printk(KERN_DEBUG "allocated aggregation queue" - " %d tid %d addr %s pool=0x%lX", + " %d tid %d addr %s pool=0x%lX\n", i, tid, print_mac(mac, sta->addr), q->qdisc_pool[0]); #endif /* CONFIG_MAC80211_HT_DEBUG */