mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86 idle: Fix mwait deprecation warning
@ 2011-05-30  9:38 Borislav Petkov
  2011-05-30 11:04 ` [tip:x86/urgent] x86 idle: Fix mwait deprecation warning message tip-bot for Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2011-05-30  9:38 UTC (permalink / raw)
  To: Len Brown; +Cc: X86 ML, LKML, Borislav Petkov

Fix

arch/x86/kernel/process.c:645:1: warning: unknown escape sequence '\i'

due to missing escape backslash.

Cc: Len Brown <len.brown@intel.com>
Cc: stable@kernel.org # .39.x
Signed-off-by: Borislav Petkov <bp@alien8.de>
---
 arch/x86/kernel/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index 426a5b6..3d83a71 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -642,7 +642,7 @@ static int __init idle_setup(char *str)
 		boot_option_idle_override = IDLE_POLL;
 	} else if (!strcmp(str, "mwait")) {
 		boot_option_idle_override = IDLE_FORCE_MWAIT;
-		WARN_ONCE(1, "\idle=mwait\" will be removed in 2012\"\n");
+		WARN_ONCE(1, "\"idle=mwait\" will be removed in 2012\"\n");
 	} else if (!strcmp(str, "halt")) {
 		/*
 		 * When the boot option of idle=halt is added, halt is
-- 
1.7.5.rc1.16.g9db1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-30 11:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30  9:38 [PATCH] x86 idle: Fix mwait deprecation warning Borislav Petkov
2011-05-30 11:04 ` [tip:x86/urgent] x86 idle: Fix mwait deprecation warning message tip-bot for Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®