Author: ian
Date: Mon Jan  7 16:36:45 2019
New Revision: 342850
URL: https://svnweb.freebsd.org/changeset/base/342850

Log:
  Add a missing \n to a bootverbose printf.

Modified:
  head/sys/arm/arm/mpcore_timer.c

Modified: head/sys/arm/arm/mpcore_timer.c
==============================================================================
--- head/sys/arm/arm/mpcore_timer.c     Mon Jan  7 16:16:47 2019        
(r342849)
+++ head/sys/arm/arm/mpcore_timer.c     Mon Jan  7 16:36:45 2019        
(r342850)
@@ -420,7 +420,7 @@ arm_tmr_attach(device_t dev)
                        tc_err = attach_tc(sc);
                else if (bootverbose)
                        device_printf(sc->dev,
-                           "not using variable-frequency device as 
timecounter");
+                           "not using variable-frequency device as 
timecounter\n");
                sc->memrid++;
                sc->irqrid++;
        }
_______________________________________________
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