platform/x86: fix asus_laptop.wled_type module parameter
authorMaxim Nikulin <m.a.nikulin@gmail.com>
Thu, 16 Aug 2012 14:48:57 +0000 (21:48 +0700)
committerJiri Kosina <jkosina@suse.cz>
Sat, 1 Sep 2012 17:05:14 +0000 (10:05 -0700)
MODULE_PARM_DESC for wlan_status is further in the same file

Signed-off-by: Maxim A. Nikulin <M.A.Nikulin@gmail.com>
Acked-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/platform/x86/asus-laptop.c

index e38f91be0b10964c12f6a9b8eb4347908fc54d94..f5b9d9104ebb1ce50db89cbf3040ddb352d110c2 100644 (file)
@@ -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");
 
This page took 0.033675 seconds and 5 git commands to generate.