aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-laptop.c
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2011-10-14 05:13:40 -0400
committerMatthew Garrett <mjg@redhat.com>2011-10-24 10:52:41 -0400
commit16cbf93369a8d148316a75c333bb81bbb64a46c4 (patch)
tree105f6099a5a0937a6fe0b92d097bcfb5f2f18e93 /drivers/platform/x86/asus-laptop.c
parent8d38e42c61c53ab63abbb15380b39df4eae8d44e (diff)
asus-laptop: fix module description
Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/asus-laptop.c')
-rw-r--r--drivers/platform/x86/asus-laptop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
index 1fb8e699baf4..012c44d38d48 100644
--- a/drivers/platform/x86/asus-laptop.c
+++ b/drivers/platform/x86/asus-laptop.c
@@ -90,22 +90,22 @@ static int als_status;
90module_param(wlan_status, int, 0444); 90module_param(wlan_status, int, 0444);
91MODULE_PARM_DESC(wlan_status, "Set the wireless status on boot " 91MODULE_PARM_DESC(wlan_status, "Set the wireless status on boot "
92 "(0 = disabled, 1 = enabled, -1 = don't do anything). " 92 "(0 = disabled, 1 = enabled, -1 = don't do anything). "
93 "default is 1"); 93 "default is -1");
94 94
95module_param(bluetooth_status, int, 0444); 95module_param(bluetooth_status, int, 0444);
96MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot " 96MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot "
97 "(0 = disabled, 1 = enabled, -1 = don't do anything). " 97 "(0 = disabled, 1 = enabled, -1 = don't do anything). "
98 "default is 1"); 98 "default is -1");
99 99
100module_param(wimax_status, int, 0444); 100module_param(wimax_status, int, 0444);
101MODULE_PARM_DESC(wimax_status, "Set the wireless status on boot " 101MODULE_PARM_DESC(wimax_status, "Set the wireless status on boot "
102 "(0 = disabled, 1 = enabled, -1 = don't do anything). " 102 "(0 = disabled, 1 = enabled, -1 = don't do anything). "
103 "default is 1"); 103 "default is -1");
104 104
105module_param(wwan_status, int, 0444); 105module_param(wwan_status, int, 0444);
106MODULE_PARM_DESC(wwan_status, "Set the wireless status on boot " 106MODULE_PARM_DESC(wwan_status, "Set the wireless status on boot "
107 "(0 = disabled, 1 = enabled, -1 = don't do anything). " 107 "(0 = disabled, 1 = enabled, -1 = don't do anything). "
108 "default is 1"); 108 "default is -1");
109 109
110module_param(als_status, int, 0444); 110module_param(als_status, int, 0444);
111MODULE_PARM_DESC(als_status, "Set the ALS status on boot " 111MODULE_PARM_DESC(als_status, "Set the ALS status on boot "