Commit 1f01358cec0e4ea40cda00cee7c6a209bc82cc8d

Authored by Paul Bolle
Committed by Jiri Kosina
1 parent 2656de7e0e

thinkpad_acpi: Fix printk typo 'bluestooth'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/platform/x86/thinkpad_acpi.c
... ... @@ -4007,7 +4007,7 @@
4007 4007 pr_notice("failed to save bluetooth state to NVRAM\n");
4008 4008 else
4009 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 4013 static void bluetooth_exit(void)