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
apparmor
integrity
keys
loadpin
selinux
smack
tomoyo
yama
Kconfig -rw-r--r-- 7.1 KB
Makefile -rw-r--r-- 989 bytes
commoncap.c -rw-r--r-- 31.4 KB
device_cgroup.c -rw-r--r-- 21.0 KB
inode.c -rw-r--r-- 6.3 KB
lsm_audit.c -rw-r--r-- 10.2 KB
min_addr.c -rw-r--r-- 1.3 KB
security.c -rw-r--r-- 54.8 KB

back to top