diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-02-16 02:17:51 -0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-16 00:33:48 -0500 |
commit | 5f24927f48c63e79ff8e286fc8530f4525b4182a (patch) | |
tree | 484db7f5c060a790940f2bc07d625e17275a403f /Documentation | |
parent | cbb14842137ff78df10038da8ca8a97917a5a926 (diff) | |
download | kernel_samsung_espresso10-5f24927f48c63e79ff8e286fc8530f4525b4182a.zip kernel_samsung_espresso10-5f24927f48c63e79ff8e286fc8530f4525b4182a.tar.gz kernel_samsung_espresso10-5f24927f48c63e79ff8e286fc8530f4525b4182a.tar.bz2 |
ACPI: thinkpad-acpi: trivial fix to documentation
Fix a stray ibm-acpi that should have been replaced with thinkpad-acpi.
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 'Documentation')
-rw-r--r-- | Documentation/laptops/thinkpad-acpi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt index 6c24777..33d6e5a 100644 --- a/Documentation/laptops/thinkpad-acpi.txt +++ b/Documentation/laptops/thinkpad-acpi.txt @@ -1309,7 +1309,7 @@ Enabling debugging output The module takes a debug parameter which can be used to selectively enable various classes of debugging output, for example: - modprobe ibm_acpi debug=0xffff + modprobe thinkpad_acpi debug=0xffff will enable all debugging output classes. It takes a bitmask, so to enable more than one output class, just add their values. |