On Fri, 2016-11-04 at 06:20:40 UTC, Andrew Donnellan wrote:
Since the KERN_CONT changes, the current code in show_instructions() prints
out a whole bunch of unnecessary newlines. Change occurrences of
printk("\n") to pr_cont("\n"). While we're here, change all the other
cases of printk(KERN_CONT ...) to pr_cont() as well.
Signed-off-by: Andrew Donnellan <redacted>
Applied to powerpc fixes, thanks.
https://git.kernel.org/powerpc/c/2ffd04dee0dacff36c03a02434965a
cheers