diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2011-10-14 05:13:40 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-10-24 10:52:41 -0400 |
commit | 16cbf93369a8d148316a75c333bb81bbb64a46c4 (patch) | |
tree | 105f6099a5a0937a6fe0b92d097bcfb5f2f18e93 /drivers/platform/x86/asus-laptop.c | |
parent | 8d38e42c61c53ab63abbb15380b39df4eae8d44e (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.c | 8 |
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; | |||
90 | module_param(wlan_status, int, 0444); | 90 | module_param(wlan_status, int, 0444); |
91 | MODULE_PARM_DESC(wlan_status, "Set the wireless status on boot " | 91 | MODULE_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 | ||
95 | module_param(bluetooth_status, int, 0444); | 95 | module_param(bluetooth_status, int, 0444); |
96 | MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot " | 96 | MODULE_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 | ||
100 | module_param(wimax_status, int, 0444); | 100 | module_param(wimax_status, int, 0444); |
101 | MODULE_PARM_DESC(wimax_status, "Set the wireless status on boot " | 101 | MODULE_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 | ||
105 | module_param(wwan_status, int, 0444); | 105 | module_param(wwan_status, int, 0444); |
106 | MODULE_PARM_DESC(wwan_status, "Set the wireless status on boot " | 106 | MODULE_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 | ||
110 | module_param(als_status, int, 0444); | 110 | module_param(als_status, int, 0444); |
111 | MODULE_PARM_DESC(als_status, "Set the ALS status on boot " | 111 | MODULE_PARM_DESC(als_status, "Set the ALS status on boot " |