* [patch] fix module_param mistake in it821x
@ 2007-06-20 18:42 Stas Sergeev
2007-06-20 23:57 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Stas Sergeev @ 2007-06-20 18:42 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux kernel
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
Hello.
The attached patch fixes a trivial
mistake in a MODULE_PARAM_DESC of pata_it821x
driver. The parameter name in MODULE_PARAM_DESC
should match the one in module_param_named.
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
[-- Attachment #2: it821xmodp.diff --]
[-- Type: text/x-patch, Size: 397 bytes --]
--- a/drivers/ata/pata_it821x.c 2007-04-27 12:46:35.000000000 +0400
+++ b/drivers/ata/pata_it821x.c 2007-06-20 18:16:20.000000000 +0400
@@ -828,7 +828,7 @@
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_init(it821x_init);
module_exit(it821x_exit);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] fix module_param mistake in it821x
2007-06-20 18:42 [patch] fix module_param mistake in it821x Stas Sergeev
@ 2007-06-20 23:57 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-06-20 23:57 UTC (permalink / raw)
To: Stas Sergeev; +Cc: Andrew Morton, Linux kernel
Stas Sergeev wrote:
> Hello.
>
> The attached patch fixes a trivial
> mistake in a MODULE_PARAM_DESC of pata_it821x
> driver. The parameter name in MODULE_PARAM_DESC
> should match the one in module_param_named.
>
> Signed-off-by: Stas Sergeev <stsp@aknet.ru>
>
>
> ------------------------------------------------------------------------
>
> --- a/drivers/ata/pata_it821x.c 2007-04-27 12:46:35.000000000 +0400
> +++ b/drivers/ata/pata_it821x.c 2007-06-20 18:16:20.000000000 +0400
> @@ -828,7 +828,7 @@
>
>
> 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");
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-20 23:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-20 18:42 [patch] fix module_param mistake in it821x Stas Sergeev
2007-06-20 23:57 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox