diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-02-15 23:17:50 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-16 00:33:44 -0500 |
commit | cbb14842137ff78df10038da8ca8a97917a5a926 (patch) | |
tree | b20a641960c9ac93df5a3fd34a61e82000541c69 /drivers/misc | |
parent | 101142c37be8e5af9b847860219217e6b958c739 (diff) |
ACPI: thinkpad-acpi: trivial fix to module_desc typo
Thanks to Damjan <gdamjan@mail.net.mk> for noticing this one.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index e2c7edd206a6..723d37b9e6a2 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -5918,7 +5918,7 @@ MODULE_PARM_DESC(hotkey_report_mode, | |||
5918 | 5918 | ||
5919 | #define TPACPI_PARAM(feature) \ | 5919 | #define TPACPI_PARAM(feature) \ |
5920 | module_param_call(feature, set_ibm_param, NULL, NULL, 0); \ | 5920 | module_param_call(feature, set_ibm_param, NULL, NULL, 0); \ |
5921 | MODULE_PARM_DESC(feature, "Simulates thinkpad-aci procfs command " \ | 5921 | MODULE_PARM_DESC(feature, "Simulates thinkpad-acpi procfs command " \ |
5922 | "at module load, see documentation") | 5922 | "at module load, see documentation") |
5923 | 5923 | ||
5924 | TPACPI_PARAM(hotkey); | 5924 | TPACPI_PARAM(hotkey); |