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

Commit 9935db69 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: drop unnecessary newlines in show_regs()" into msm-4.9

parents 9fa39e74 cf11e00d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -277,12 +277,10 @@ void __show_regs(struct pt_regs *regs)
	}
	if (!user_mode(regs))
		show_extra_register_data(regs, 64);
	printk("\n");
}

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