mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04:00
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 <M.A.Nikulin@gmail.com> Acked-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
5a4432b954
commit
8421ed81df
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user