mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
platform/x86: fix asus_laptop.wled_type description
MODULE_PARM_DESC for wlan_status is further in the same file Signed-off-by: Maxim A. Nikulin <M.A.Nikulin@gmail.com> Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
parent
8871e99f89
commit
3f5449bf39
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user