On Wednesday 16 April 2008, Paul Bolle wrote: > From: Paul Bolle <pebolle@xxxxxxxxxx> > > Describe noraid parameter with its name (and not its value) > > Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx> thanks, applied > --- > 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"); -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html