Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f5449bf authored by Maxim Nikulin's avatar Maxim Nikulin Committed by Matthew Garrett
Browse files

platform/x86: fix asus_laptop.wled_type description



MODULE_PARM_DESC for wlan_status is further in the same file

Signed-off-by: default avatarMaxim A. Nikulin <M.A.Nikulin@gmail.com>
Signed-off-by: default avatarCorentin Chary <corentin.chary@gmail.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 8871e99f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");