asus-laptop: fix module description
Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
parent
8d38e42c61
commit
16cbf93369
1 changed files with 4 additions and 4 deletions
|
@ -90,22 +90,22 @@ static int als_status;
|
|||
module_param(wlan_status, int, 0444);
|
||||
MODULE_PARM_DESC(wlan_status, "Set the wireless status on boot "
|
||||
"(0 = disabled, 1 = enabled, -1 = don't do anything). "
|
||||
"default is 1");
|
||||
"default is -1");
|
||||
|
||||
module_param(bluetooth_status, int, 0444);
|
||||
MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot "
|
||||
"(0 = disabled, 1 = enabled, -1 = don't do anything). "
|
||||
"default is 1");
|
||||
"default is -1");
|
||||
|
||||
module_param(wimax_status, int, 0444);
|
||||
MODULE_PARM_DESC(wimax_status, "Set the wireless status on boot "
|
||||
"(0 = disabled, 1 = enabled, -1 = don't do anything). "
|
||||
"default is 1");
|
||||
"default is -1");
|
||||
|
||||
module_param(wwan_status, int, 0444);
|
||||
MODULE_PARM_DESC(wwan_status, "Set the wireless status on boot "
|
||||
"(0 = disabled, 1 = enabled, -1 = don't do anything). "
|
||||
"default is 1");
|
||||
"default is -1");
|
||||
|
||||
module_param(als_status, int, 0444);
|
||||
MODULE_PARM_DESC(als_status, "Set the ALS status on boot "
|
||||
|
|
Loading…
Reference in a new issue