Netdev List
 help / color / mirror / Atom feed
* [PATCH] d80211: add missing \n in skb queue warning
@ 2006-12-15 14:56 Johannes Berg
  0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2006-12-15 14:56 UTC (permalink / raw)
  To: Jiri Benc; +Cc: netdev, John W. Linville

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);



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-15 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-15 14:56 [PATCH] d80211: add missing \n in skb queue warning Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox