From: Maxim Nikulin Date: Thu, 16 Aug 2012 14:48:57 +0000 (+0700) Subject: platform/x86: fix asus_laptop.wled_type module parameter X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8421ed81df02c99b4c084a4fe0ab28d0056243c0;p=linux-beck.git 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 Acked-by: Corentin Chary Signed-off-by: Jiri Kosina --- 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");