All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] [IT821X IDE] Do not describe noraid parameter with its value
       [not found] <1208334500.5614.29.camel@compaq.thuisdomein>
@ 2008-04-16 22:32 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; only message in thread
From: Bartlomiej Zolnierkiewicz @ 2008-04-16 22:32 UTC (permalink / raw)
  To: Paul Bolle; +Cc: linux-ide

On Wednesday 16 April 2008, Paul Bolle wrote:
> From: Paul Bolle <pebolle@tiscali.nl>
> 
> Describe noraid parameter with its name (and not its value)
>     
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

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");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-16 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1208334500.5614.29.camel@compaq.thuisdomein>
2008-04-16 22:32 ` [PATCH] [IT821X IDE] Do not describe noraid parameter with its value Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.