[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4679BEE4.6030107@garzik.org>
Date: Wed, 20 Jun 2007 19:57:24 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Stas Sergeev <stsp@...et.ru>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Linux kernel <linux-kernel@...r.kernel.org>
Subject: Re: [patch] fix module_param mistake in it821x
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@...et.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists