mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 15:46:09 +07:00
ARM: remove extraneous newline in show_regs()
Remove an unnecessary newline in show_regs(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
c0e7f7ee71
commit
7f038073c0
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user