All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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 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.