From: Magnus Damm <magnus.damm@gmail.com>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.30-rc1
Date: Thu, 24 Mar 2005 23:06:49 +0100 [thread overview]
Message-ID: <aec7e5c3050324140667759f0a@mail.gmail.com> (raw)
In-Reply-To: <20050318215513.GA25936@logos.cnet>
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
Hello,
On Fri, 18 Mar 2005 18:55:13 -0300, Marcelo Tosatti
<marcelo.tosatti@cyclades.com> wrote:
>
>
> Here goes the first release candidate for v2.4.30.
I'm a bit late, but here's a patch that fixes a module parameter
description typo in eepro100. The problem was located in the 2.6
source and a fix should be in 2.6-mm soon.
Thanks.
/ magnus
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: linux-2.4.30-rc1-autoparam_eepro100.patch --]
[-- Type: text/x-patch; name="linux-2.4.30-rc1-autoparam_eepro100.patch", Size: 968 bytes --]
--- linux-2.4.30-rc1/drivers/net/eepro100.c 2003-08-25 13:44:42.000000000 +0200
+++ linux-2.4.30-rc1-autoparam/drivers/net/eepro100.c 2005-03-24 22:13:46.563710568 +0100
@@ -153,8 +153,8 @@
MODULE_PARM_DESC(congenb, "Enable congestion control (1)");
MODULE_PARM_DESC(txfifo, "Tx FIFO threshold in 4 byte units, (0-15)");
MODULE_PARM_DESC(rxfifo, "Rx FIFO threshold in 4 byte units, (0-15)");
-MODULE_PARM_DESC(txdmaccount, "Tx DMA burst length; 128 - disable (0-128)");
-MODULE_PARM_DESC(rxdmaccount, "Rx DMA burst length; 128 - disable (0-128)");
+MODULE_PARM_DESC(txdmacount, "Tx DMA burst length; 128 - disable (0-128)");
+MODULE_PARM_DESC(rxdmacount, "Rx DMA burst length; 128 - disable (0-128)");
MODULE_PARM_DESC(rx_copybreak, "copy breakpoint for copy-only-tiny-frames");
MODULE_PARM_DESC(max_interrupt_work, "maximum events handled per interrupt");
MODULE_PARM_DESC(multicast_filter_limit, "maximum number of filtered multicast addresses");
prev parent reply other threads:[~2005-03-24 22:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-18 21:55 Linux 2.4.30-rc1 Marcelo Tosatti
2005-03-19 15:09 ` Willy Tarreau
2005-03-23 0:30 ` Grant Coady
2005-03-23 9:00 ` Marcelo Tosatti
2005-03-24 22:06 ` Magnus Damm [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=aec7e5c3050324140667759f0a@mail.gmail.com \
--to=magnus.damm@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.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.