Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da195665 authored by Paul Bolle's avatar Paul Bolle Committed by Bartlomiej Zolnierkiewicz
Browse files

it821x: do not describe noraid parameter with its value



Describe noraid parameter with its name (and not its value).

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent b4dcaea3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");