Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a9eb4c authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Add line-break when printing segfault info



Add a leading line break else printed line gets too long.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v4.9
parent 1fe0a7e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ show_signal_msg(struct pt_regs *regs, unsigned long code,
	    tsk->comm, code, address);
	print_vma_addr(KERN_CONT " in ", regs->iaoq[0]);

	pr_cont(" trap #%lu: %s%c", code, trap_name(code),
	pr_cont("\ntrap #%lu: %s%c", code, trap_name(code),
		vma ? ',':'\n');

	if (vma)