From: Rohit Yadav <rohityadav89@gmail.com>
To: len.brown@intel.com
Cc: trenn@suse.de, linux-kernel@vger.kernel.org,
Rohit Yadav <rohityadav89@gmail.com>
Subject: [PATCH] Arch: x86: process: Fix a compilation warning.
Date: Mon, 30 May 2011 23:00:29 +0530 [thread overview]
Message-ID: <1306776629-13404-1-git-send-email-rohityadav89@gmail.com> (raw)
In-Reply-To: <rohityadav89@gmail.com>
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
next reply other threads:[~2011-05-30 17:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-30 17:30 Rohit Yadav [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1306776629-13404-1-git-send-email-rohityadav89@gmail.com \
--to=rohityadav89@gmail.com \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trenn@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®