* [PATCH][TRIVIAL] platform/x86: fix asus_laptop.wled_type description
@ 2012-08-16 14:48 Maxim Nikulin
2012-08-17 16:43 ` Corentin Chary
0 siblings, 1 reply; 2+ messages in thread
From: Maxim Nikulin @ 2012-08-16 14:48 UTC (permalink / raw)
To: trivial; +Cc: Corentin Chary, acpi4asus-user, linux-kernel
MODULE_PARM_DESC for wlan_status is further in the same file
Signed-off-by: Maxim A. Nikulin <M.A.Nikulin@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][TRIVIAL] platform/x86: fix asus_laptop.wled_type description
2012-08-16 14:48 [PATCH][TRIVIAL] platform/x86: fix asus_laptop.wled_type description Maxim Nikulin
@ 2012-08-17 16:43 ` Corentin Chary
0 siblings, 0 replies; 2+ messages in thread
From: Corentin Chary @ 2012-08-17 16:43 UTC (permalink / raw)
To: Maxim Nikulin; +Cc: trivial, acpi4asus-user, linux-kernel
On Thu, Aug 16, 2012 at 4:48 PM, Maxim Nikulin <m.a.nikulin@gmail.com> wrote:
>
> MODULE_PARM_DESC for wlan_status is further in the same file
>
> Signed-off-by: Maxim A. Nikulin <M.A.Nikulin@gmail.com>
> ---
> 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@iksaif.net>
Thanks !
--
Corentin Chary
http://xf.iksaif.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-17 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 14:48 [PATCH][TRIVIAL] platform/x86: fix asus_laptop.wled_type description Maxim Nikulin
2012-08-17 16:43 ` Corentin Chary
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).