https://github.com/torvalds/linux
Revision 2ffd04dee0dacff36c03a02434965a96da032bcd authored by Andrew Donnellan on 04 November 2016, 06:20:40 UTC, committed by Michael Ellerman on 12 November 2016, 09:12:51 UTC
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 <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 7dae865
History
Tip revision: 2ffd04dee0dacff36c03a02434965a96da032bcd authored by Andrew Donnellan on 04 November 2016, 06:20:40 UTC
powerpc/oops: Fix missing pr_cont()s in instruction dump
Tip revision: 2ffd04d
File Mode Size
kvm
lib
Makefile -rw-r--r-- 14 bytes

back to top