diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.c')
| -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); | 
