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

Commit 7f038073 authored by Russell King's avatar Russell King
Browse files

ARM: remove extraneous newline in show_regs()



Remove an unnecessary newline in show_regs().

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c0e7f7ee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -306,7 +306,6 @@ void __show_regs(struct pt_regs *regs)

void show_regs(struct pt_regs * regs)
{
	printk("\n");
	__show_regs(regs);
	dump_stack();
}