All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: linux-kernel@vger.kernel.org, netdev@oss.sgi.com
Subject: Re: [NETDEV] experimental net driver queue updated
Date: Sun, 11 Jan 2004 00:45:40 -0800	[thread overview]
Message-ID: <20040111004540.403ca854.akpm@osdl.org> (raw)
In-Reply-To: <4000C5A3.5070101@pobox.com>

Jeff Garzik <jgarzik@pobox.com> wrote:
>
> Patch:
>  http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.1-bk1-netdev2.patch.bz2

net/core/netpoll.c: In function `netpoll_setup':
net/core/netpoll.c:572: warning: too many arguments for format
net/core/netpoll.c:572: warning: too many arguments for format

--- 25/net/core/netpoll.c~netpoll-warning-fix	2004-01-11 00:43:24.000000000 -0800
+++ 25-akpm/net/core/netpoll.c	2004-01-11 00:43:50.000000000 -0800
@@ -569,7 +569,7 @@ int netpoll_setup(struct netpoll *np)
 		if (time_before(jiffies, atleast)) {
 			printk(KERN_NOTICE "%s: carrier detect appears flaky,"
 			       " waiting 10 seconds\n",
-			       np->name, np->dev_name);
+			       np->name);
 			while (time_before(jiffies, atmost))
 				cond_resched();
 		}

_


WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@osdl.org>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: linux-kernel@vger.kernel.org, netdev@oss.sgi.com
Subject: Re: experimental net driver queue updated
Date: Sun, 11 Jan 2004 00:45:40 -0800	[thread overview]
Message-ID: <20040111004540.403ca854.akpm@osdl.org> (raw)
In-Reply-To: <4000C5A3.5070101@pobox.com>

Jeff Garzik <jgarzik@pobox.com> wrote:
>
> Patch:
>  http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.1-bk1-netdev2.patch.bz2

net/core/netpoll.c: In function `netpoll_setup':
net/core/netpoll.c:572: warning: too many arguments for format
net/core/netpoll.c:572: warning: too many arguments for format

--- 25/net/core/netpoll.c~netpoll-warning-fix	2004-01-11 00:43:24.000000000 -0800
+++ 25-akpm/net/core/netpoll.c	2004-01-11 00:43:50.000000000 -0800
@@ -569,7 +569,7 @@ int netpoll_setup(struct netpoll *np)
 		if (time_before(jiffies, atleast)) {
 			printk(KERN_NOTICE "%s: carrier detect appears flaky,"
 			       " waiting 10 seconds\n",
-			       np->name, np->dev_name);
+			       np->name);
 			while (time_before(jiffies, atmost))
 				cond_resched();
 		}

_

  reply	other threads:[~2004-01-11  8:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-11  3:40 [NETDEV] experimental net driver queue updated Jeff Garzik
2004-01-11  3:40 ` Jeff Garzik
2004-01-11  8:45 ` Andrew Morton [this message]
2004-01-11  8:45   ` Andrew Morton
2004-01-12 22:22   ` [NETDEV] " Jeff Garzik
2004-01-12 22:22     ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040111004540.403ca854.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.