From: Paul Bolle Date: Wed, 16 Apr 2008 23:14:33 +0000 (+0200) Subject: it821x: do not describe noraid parameter with its value X-Git-Tag: v2.6.25~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da19566552315389370c40e690054a31b7623de5;p=platform%2Fkernel%2Flinux-3.10.git it821x: do not describe noraid parameter with its value Describe noraid parameter with its name (and not its value). Signed-off-by: Paul Bolle Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/pci/it821x.c b/drivers/ide/pci/it821x.c index 1597f0c..d8a1674 100644 --- a/drivers/ide/pci/it821x.c +++ b/drivers/ide/pci/it821x.c @@ -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");