public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Arch: x86: process: Fix a compilation warning.
@ 2011-05-30 17:30 Rohit Yadav
  2011-05-30 17:40 ` Valdis.Kletnieks
  0 siblings, 1 reply; 10+ messages in thread
From: Rohit Yadav @ 2011-05-30 17:30 UTC (permalink / raw)
  To: len.brown; +Cc: trenn, linux-kernel, Rohit Yadav

Remove unknown escape sequence \i in idle_setup.

Signed-off-by: Rohit Yadav <rohityadav89@gmail.com>
---
 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..ed2da29 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.4.1


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 17:30 [PATCH] Arch: x86: process: Fix a compilation warning Rohit Yadav
2011-05-30 17:40 ` Valdis.Kletnieks
2011-05-30 17:58   ` Rohit Yadav
2011-05-30 18:11     ` Valdis.Kletnieks
2011-05-30 18:22       ` Borislav Petkov
2011-05-30 19:52         ` Rohit Yadav
2011-05-30 20:00           ` Randy Dunlap
2011-05-30 20:21             ` Borislav Petkov
2011-05-30 20:17           ` Borislav Petkov
2011-05-30 23:22           ` Jesper Juhl

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