Skip to content

Commit

Permalink
it821x: do not describe noraid parameter with its value
Browse files Browse the repository at this point in the history
Describe noraid parameter with its name (and not its value).

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Paul Bolle authored and Bartlomiej Zolnierkiewicz committed Apr 16, 2008
1 parent b4dcaea commit da19566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/pci/it821x.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static int __init it821x_ide_init(void)
module_init(it821x_ide_init);

module_param_named(noraid, it8212_noraid, int, S_IRUGO);
MODULE_PARM_DESC(it8212_noraid, "Force card into bypass mode");
MODULE_PARM_DESC(noraid, "Force card into bypass mode");

MODULE_AUTHOR("Alan Cox");
MODULE_DESCRIPTION("PCI driver module for the ITE 821x");
Expand Down

0 comments on commit da19566

Please sign in to comment.