LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@osdl.org>
Subject: [PATCH] correct ps2esdi module parm name
Date: Sun, 16 May 2004 21:39:40 -0700 [thread overview]
Message-ID: <20040516213940.0e381f88.rddunlap@osdl.org> (raw)
// Linux 2.6.6
// module parameter name is incorrect (looks like a thinko);
// module cannot be loaded as is;
There is no global "track" variable, and just above the patched area is:
static int cyl[MAX_HD] = {-1,-1};
static int head[MAX_HD] = {-1, -1};
static int sect[MAX_HD] = {-1, -1};
diffstat:=
drivers/block/ps2esdi.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./drivers/block/ps2esdi.c~orig ./drivers/block/ps2esdi.c
--- ./drivers/block/ps2esdi.c~orig 2004-05-09 19:31:56.000000000 -0700
+++ ./drivers/block/ps2esdi.c 2004-05-16 21:19:49.000000000 -0700
@@ -180,7 +180,7 @@ static int sect[MAX_HD] = {-1, -1};
MODULE_PARM(tp720esdi, "i");
MODULE_PARM(cyl, "i");
MODULE_PARM(head, "i");
-MODULE_PARM(track, "i");
+MODULE_PARM(sect, "i");
MODULE_LICENSE("GPL");
int init_module(void) {
--
~Randy
reply other threads:[~2004-05-17 4:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20040516213940.0e381f88.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH] correct ps2esdi module parm name' \
/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
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).