Author: kib
Date: Sun Sep 23 09:53:09 2018
New Revision: 338897
URL: https://svnweb.freebsd.org/changeset/base/338897

Log:
  MFC r338699:
  Remove unneeded new line from the panic string.

Modified:
  stable/11/sys/amd64/amd64/trap.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/amd64/trap.c
==============================================================================
--- stable/11/sys/amd64/amd64/trap.c    Sun Sep 23 02:51:54 2018        
(r338896)
+++ stable/11/sys/amd64/amd64/trap.c    Sun Sep 23 09:53:09 2018        
(r338897)
@@ -786,7 +786,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);
 
        /*
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to