Re: [PATCH][TRIVIAL] platform/x86: fix asus_laptop.wled_type description

From: Corentin Chary
Date: Fri Aug 17 2012 - 12:43:41 EST


On Thu, Aug 16, 2012 at 4:48 PM, Maxim Nikulin <m.a.nikulin@xxxxxxxxx> wrote:
>
> MODULE_PARM_DESC for wlan_status is further in the same file
>
> Signed-off-by: Maxim A. Nikulin <M.A.Nikulin@xxxxxxxxx>
> ---
> drivers/platform/x86/asus-laptop.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
> index e38f91b..f5b9d91 100644
> --- a/drivers/platform/x86/asus-laptop.c
> +++ b/drivers/platform/x86/asus-laptop.c
> @@ -85,7 +85,7 @@ static char *wled_type = "unknown";
> static char *bled_type = "unknown";
>
> module_param(wled_type, charp, 0444);
> -MODULE_PARM_DESC(wlan_status, "Set the wled type on boot "
> +MODULE_PARM_DESC(wled_type, "Set the wled type on boot "
> "(unknown, led or rfkill). "
> "default is unknown");
>
> --
> 1.7.2.5

Acked-by: Corentin Chary <corentincj@xxxxxxxxxx>

Thanks !


--
Corentin Chary
http://xf.iksaif.net
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/