[PATCH] d80211: add missing \n in skb queue warning
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-12-15 14:56:00
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-12-15 14:56:00
This just adds a missing \n I noticed when I got the warning (see my other mail) Signed-off-by: Johannes Berg <johannes@sipsolutions.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);