summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-05-23 10:37:25 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-05-31 14:06:47 +1000
commitb99372b8e33f487dfa2613d6f3e8c89fc2e180fa (patch)
treec6e581939a2c2f08c6c7c0f7a1d5a725819cd89b /kernel
parent7ffeebc3a24251801abf627618f498d9ec216dcd (diff)
panic-add-cpu-pid-to-warn_slowpath_common-in-warning-printks-fix
remove stray quote Cc: Alex Thorlton <athorlton@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c
index aaa0b7c7f51b..97712319f128 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -400,7 +400,7 @@ static void warn_slowpath_common(const char *file, int line, void *caller,
unsigned taint, struct slowpath_args *args)
{
pr_warn("------------[ cut here ]------------\n");
- pr_warn("WARNING: CPU: %d PID: %d at %s:%d %pS()\n", '
+ pr_warn("WARNING: CPU: %d PID: %d at %s:%d %pS()\n",
raw_smp_processor_id(), current->pid, file, line, caller);
if (args)