aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Nikulin <[email protected]>2012-08-16 21:48:57 +0700
committerJiri Kosina <[email protected]>2012-09-01 10:05:14 -0700
commit8421ed81df02c99b4c084a4fe0ab28d0056243c0 (patch)
treee7854045d87c8cfd2a0d8e228ea7e9439cf76538
parent5a4432b9544bc84168267f8e51798f7fe9b1af24 (diff)
platform/x86: fix asus_laptop.wled_type module parameter
MODULE_PARM_DESC for wlan_status is further in the same file Signed-off-by: Maxim A. Nikulin <[email protected]> Acked-by: Corentin Chary <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r--drivers/platform/x86/asus-laptop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
index e38f91be0b10..f5b9d9104ebb 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");