From: Robert Love <rml@ufl.edu>
To: torvalds@transmeta.com, Ward Fenton <ward@amazingmedia.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Re: 2.4.10p12 strange patch for drivers/net/starfire.c
Date: 19 Sep 2001 17:07:15 -0400 [thread overview]
Message-ID: <1000933640.2741.2.camel@phantasy> (raw)
In-Reply-To: <Pine.LNX.4.21.0109191626190.14038-100000@bambam.amazingmedia.com>
In-Reply-To: <Pine.LNX.4.21.0109191626190.14038-100000@bambam.amazingmedia.com>
On Wed, 2001-09-19 at 16:35, Ward Fenton wrote:
> It seems that something went wrong with the starfire.c patch. The first
> printk statement in the portion of the patch below is a syntax error.
Hm, indeed. A patch is attached... Linus, please apply.
diff -urN linux-2.4.10-pre12/drivers/net/starfire.c linux/drivers/net/starfire.c
--- linux-2.4.10-pre12/drivers/net/starfire.c Wed Sep 19 02:53:15 2001
+++ linux/drivers/net/starfire.c Wed Sep 19 17:04:44 2001
@@ -770,7 +770,7 @@
#ifdef ZEROCOPY
printk(KERN_INFO "%s: scatter-gather and hardware TCP cksumming enabled.\n",
- dev->name,
+ dev->name);
#else /* not ZEROCOPY */
printk(KERN_INFO "%s: scatter-gather and hardware TCP cksumming disabled.\n",
dev->name);
--
Robert M. Love
rml at ufl.edu
rml at tech9.net
prev parent reply other threads:[~2001-09-19 21:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-19 20:35 2.4.10p12 strange patch for drivers/net/starfire.c Ward Fenton
2001-09-19 21:07 ` Robert Love [this message]
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=1000933640.2741.2.camel@phantasy \
--to=rml@ufl.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=ward@amazingmedia.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.