Commit 5187778f authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] correct ps2esdi module parm name

From: "Randy.Dunlap" <rddunlap@osdl.org>

The module parameter name is incorrect (looks like a thinko).
parent 4da35e71
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment