From: Paul Bolle Date: Thu, 6 Oct 2011 20:57:56 +0000 (+0200) Subject: thinkpad_acpi: Fix printk typo 'bluestooth' X-Git-Tag: Ubuntu-5.2.0-15.16~19517^2~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1f01358cec0e4ea40cda00cee7c6a209bc82cc8d;p=mirror_ubuntu-eoan-kernel.git thinkpad_acpi: Fix printk typo 'bluestooth' Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 7bd829f247eb..7b828680b21d 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c @@ -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)