diff options
author | Pavel Roskin <proski@gnu.org> | 2008-05-12 15:02:24 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-13 03:44:41 +0200 |
commit | a4278e18e7e497b76781492d010035c3c36f7403 (patch) | |
tree | 83ee08b83cde94a013e459f37d7da1faab848465 /net/mac80211/wme.c | |
parent | PS3: gelic: fix memory leak (diff) | |
download | linux-a4278e18e7e497b76781492d010035c3c36f7403.tar.xz linux-a4278e18e7e497b76781492d010035c3c36f7403.zip |
mac80211: add missing newlines in printk()
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/wme.c')
-rw-r--r-- | net/mac80211/wme.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/wme.c b/net/mac80211/wme.c index 64faa3dc488f..dc1598b86004 100644 --- a/net/mac80211/wme.c +++ b/net/mac80211/wme.c @@ -394,7 +394,8 @@ static int wme_qdiscop_init(struct Qdisc *qd, struct nlattr *opt) qd->handle); if (!q->queues[i]) { q->queues[i] = &noop_qdisc; - printk(KERN_ERR "%s child qdisc %i creation failed", dev->name, i); + printk(KERN_ERR "%s child qdisc %i creation failed\n", + dev->name, i); } } |