This just adds a missing \n I noticed when I got the warning (see my
other mail)

Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>

--- 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to