Commit 02592cc3 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[ETHERTAP]: Add missing newline to debug printk

From: Andrew Hendry <ahendry@tusc.com.au>

Very trivial, ethertap debug missing a newline.
Signed-off-by: default avatarAndrew Hendry <ahendry@tusc.com.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7aa12036
......@@ -124,7 +124,7 @@ static int ethertap_open(struct net_device *dev)
struct net_local *lp = netdev_priv(dev);
if (ethertap_debug > 2)
printk(KERN_DEBUG "%s: Doing ethertap_open()...", dev->name);
printk(KERN_DEBUG "%s: Doing ethertap_open()...\n", dev->name);
lp->nl = netlink_kernel_create(dev->base_addr, ethertap_rx);
if (lp->nl == NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment