1
0
Fork 0

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>
wifi-calibration
Henrique de Moraes Holschuh 2008-02-16 02:17:50 -02:00 committed by Len Brown
parent 101142c37b
commit cbb1484213
1 changed files with 1 additions and 1 deletions

View File

@ -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);