]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
panic-add-cpu-pid-to-warn_slowpath_common-in-warning-printks-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 9 May 2013 23:57:22 +0000 (09:57 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 May 2013 04:17:44 +0000 (14:17 +1000)
remove stray quote

Cc: Alex Thorlton <athorlton@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/panic.c

index aaa0b7c7f51b4ac83b48d3e3691e0340d69f459a..97712319f1284152366e0cd5dda3cbae025bcbc7 100644 (file)
@@ -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)