diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-02-16 05:17:50 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-16 06:33:44 +0100 |
commit | cbb14842137ff78df10038da8ca8a97917a5a926 (patch) | |
tree | b20a641960c9ac93df5a3fd34a61e82000541c69 /drivers/misc | |
parent | Linux 2.6.25-rc2 (diff) | |
download | linux-cbb14842137ff78df10038da8ca8a97917a5a926.tar.xz linux-cbb14842137ff78df10038da8ca8a97917a5a926.zip |
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, #define TPACPI_PARAM(feature) \ module_param_call(feature, set_ibm_param, NULL, NULL, 0); \ - MODULE_PARM_DESC(feature, "Simulates thinkpad-aci procfs command " \ + MODULE_PARM_DESC(feature, "Simulates thinkpad-acpi procfs command " \ "at module load, see documentation") TPACPI_PARAM(hotkey); |