thinkpad_acpi: Fix printk typo 'bluestooth'
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 6 Oct 2011 20:57:56 +0000 (22:57 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 7 Oct 2011 07:39:51 +0000 (09:39 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/platform/x86/thinkpad_acpi.c

index 7bd829f..7b82868 100644 (file)
@@ -4007,7 +4007,7 @@ static void bluetooth_shutdown(void)
                pr_notice("failed to save bluetooth state to NVRAM\n");
        else
                vdbg_printk(TPACPI_DBG_RFKILL,
-                       "bluestooth state saved to NVRAM\n");
+                       "bluetooth state saved to NVRAM\n");
 }
 
 static void bluetooth_exit(void)