[PATCH TRIVIAL 2.6.8.1] ethertap debug no newline

From: Andrew Hendry
Date: Sun Oct 24 2004 - 19:18:50 EST


very trivial, pretty debug.

Signed-off-by: Andrew Hendry <ahendry@xxxxxxxxxxx>

diff -up linux-2.6.8.1/drivers/net/ethertap.c.orig
linux-2.6.8.1/drivers/net/ethertap.c
--- linux-2.6.8.1/drivers/net/ethertap.c.orig 2004-10-25
09:38:05.460813120 +1000
+++ linux-2.6.8.1/drivers/net/ethertap.c 2004-10-25
09:38:47.337446904 +1000
@@ -124,7 +124,7 @@ static int ethertap_open(struct net_devi
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)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/