* [PATCH TRIVIAL 2.6.8.1] ethertap debug no newline
@ 2004-10-25 0:10 Andrew Hendry
0 siblings, 0 replies; only message in thread
From: Andrew Hendry @ 2004-10-25 0:10 UTC (permalink / raw)
To: linux-kernel; +Cc: trivial
very trivial, pretty debug.
Signed-off-by: Andrew Hendry <ahendry@tusc.com.au>
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-25 0:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-25 0:10 [PATCH TRIVIAL 2.6.8.1] ethertap debug no newline Andrew Hendry
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®