Commit 8421ed81 authored by Maxim Nikulin's avatar Maxim Nikulin Committed by Jiri Kosina

platform/x86: fix asus_laptop.wled_type module parameter

MODULE_PARM_DESC for wlan_status is further in the same file
Signed-off-by: default avatarMaxim A. Nikulin <M.A.Nikulin@gmail.com>
Acked-by: default avatarCorentin Chary <corentincj@iksaif.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 5a4432b9
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment