diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-06 16:57:56 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-07 03:39:51 -0400 |
commit | 1f01358cec0e4ea40cda00cee7c6a209bc82cc8d (patch) | |
tree | d53cf16a82fbc74a1b10bf85a6ee2d5e70075703 | |
parent | 2656de7e0e3539351d30bdf107d7392b1cac0920 (diff) |
thinkpad_acpi: Fix printk typo 'bluestooth'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 7bd829f247e..7b828680b21 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -4007,7 +4007,7 @@ static void bluetooth_shutdown(void) | |||
4007 | pr_notice("failed to save bluetooth state to NVRAM\n"); | 4007 | pr_notice("failed to save bluetooth state to NVRAM\n"); |
4008 | else | 4008 | else |
4009 | vdbg_printk(TPACPI_DBG_RFKILL, | 4009 | vdbg_printk(TPACPI_DBG_RFKILL, |
4010 | "bluestooth state saved to NVRAM\n"); | 4010 | "bluetooth state saved to NVRAM\n"); |
4011 | } | 4011 | } |
4012 | 4012 | ||
4013 | static void bluetooth_exit(void) | 4013 | static void bluetooth_exit(void) |