Remove unneeded new line from the panic string.

Reviewed by:	alc, markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Approved by:	re (rgrimes)
Differential revision:	https://reviews.freebsd.org/D17181
This commit is contained in:
Konstantin Belousov 2018-09-16 18:36:42 +00:00
parent 032d3aaa96
commit bd6c14afa7

View File

@ -811,7 +811,7 @@ trap_pfault(struct trapframe *frame, int usermode)
PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) &&
(curpcb->pcb_saved_ucr3 & ~CR3_PCID_MASK)==
(PCPU_GET(curpmap)->pm_cr3 & ~CR3_PCID_MASK))
panic("PTI: pid %d comm %s tf_err %#lx\n", p->p_pid,
panic("PTI: pid %d comm %s tf_err %#lx", p->p_pid,
p->p_comm, frame->tf_err);
/*