[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1166194575.3462.16.camel@johannes.berg>
Date: Fri, 15 Dec 2006 15:56:15 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Jiri Benc <jbenc@...e.cz>
Cc: netdev <netdev@...r.kernel.org>,
"John W. Linville" <linville@...driver.com>
Subject: [PATCH] d80211: add missing \n in skb queue warning
This just adds a missing \n I noticed when I got the warning (see my
other mail)
Signed-off-by: Johannes Berg <johannes@...solutions.net>
--- wireless-dev.orig/net/d80211/ieee80211.c 2006-12-14 20:14:50.150611855 +0100
+++ wireless-dev/net/d80211/ieee80211.c 2006-12-14 20:14:55.118611855 +0100
@@ -4709,7 +4709,7 @@ void ieee80211_unregister_hw(struct ieee
if (skb_queue_len(&local->skb_queue)
|| skb_queue_len(&local->skb_queue_unreliable))
- printk(KERN_WARNING "%s: skb_queue not empty",
+ printk(KERN_WARNING "%s: skb_queue not empty\n",
local->mdev->name);
skb_queue_purge(&local->skb_queue);
skb_queue_purge(&local->skb_queue_unreliable);
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists