* [patch 5/9] ethertap debug no newline
@ 2004-10-28 7:19 akpm
2004-10-28 23:46 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2004-10-28 7:19 UTC (permalink / raw)
To: davem; +Cc: jgarzik, netdev, akpm, ahendry
From: Andrew Hendry <ahendry@tusc.com.au>
Very trivial, ethertap debug missing a newline.
Signed-off-by: Andrew Hendry <ahendry@tusc.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
25-akpm/drivers/net/ethertap.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/ethertap.c~ethertap-debug-no-newline drivers/net/ethertap.c
--- 25/drivers/net/ethertap.c~ethertap-debug-no-newline 2004-10-28 00:17:08.041581480 -0700
+++ 25-akpm/drivers/net/ethertap.c 2004-10-28 00:17:08.045580872 -0700
@@ -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] 2+ messages in thread
* Re: [patch 5/9] ethertap debug no newline
2004-10-28 7:19 [patch 5/9] ethertap debug no newline akpm
@ 2004-10-28 23:46 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-10-28 23:46 UTC (permalink / raw)
To: akpm; +Cc: jgarzik, netdev, akpm, ahendry
On Thu, 28 Oct 2004 00:19:44 -0700
akpm@osdl.org wrote:
> From: Andrew Hendry <ahendry@tusc.com.au>
>
> Very trivial, ethertap debug missing a newline.
>
> Signed-off-by: Andrew Hendry <ahendry@tusc.com.au>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-28 23:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 7:19 [patch 5/9] ethertap debug no newline akpm
2004-10-28 23:46 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).