projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101142c
)
ACPI: thinkpad-acpi: trivial fix to module_desc typo
author
Henrique de Moraes Holschuh
<hmh@hmh.eng.br>
Sat, 16 Feb 2008 04:17:50 +0000
(
02:17
-0200)
committer
Len Brown
<len.brown@intel.com>
Sat, 16 Feb 2008 05:33:44 +0000
(
00:33
-0500)
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>
drivers/misc/thinkpad_acpi.c
patch
|
blob
|
history
diff --git
a/drivers/misc/thinkpad_acpi.c
b/drivers/misc/thinkpad_acpi.c
index e2c7edd206a6b0677894ec6bddfd779cd0851543..723d37b9e6a256239e89a7740b46188ddab090cd 100644
(file)
--- 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-ac
p
i procfs command " \
"at module load, see documentation")
TPACPI_PARAM(hotkey);