Skip to content

Commit

Permalink
platform/x86: fix asus_laptop.wled_type module parameter
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxim Nikulin authored and Jiri Kosina committed Sep 1, 2012
1 parent 5a4432b commit 8421ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/asus-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 8421ed8

Please sign in to comment.