x86/dumpstack: Combine some printk()s
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Sat, 26 Mar 2016 20:40:16 +0000 (21:40 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 31 Mar 2016 13:33:03 +0000 (15:33 +0200)
commit8fad7ec51e1b9e262e0bdd34e800ac1ea5e84dec
tree7d22d4b34799b4bd6c44d858ebdcab027f9001d4
parent1e6d88ccf41c7ef2d6c99aa5e7fb9215aa0e5423
x86/dumpstack: Combine some printk()s

Long ago, Jiri Slaby noted that the subsequent printk()s should be
pr_cont(). Let's instead get rid of the multiple printk calls.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1459024817-27122-1-git-send-email-linux@rasmusvillemoes.dk
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/dumpstack.c