提交 7f038073 编写于 作者: R Russell King

ARM: remove extraneous newline in show_regs()

Remove an unnecessary newline in show_regs().
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 c0e7f7ee
......@@ -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();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册