Author: ian
Date: Sun Apr 21 19:50:30 2019
New Revision: 346495
URL: https://svnweb.freebsd.org/changeset/base/346495

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

Modified:
  stable/12/sys/arm/arm/mpcore_timer.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/arm/arm/mpcore_timer.c
==============================================================================
--- stable/12/sys/arm/arm/mpcore_timer.c        Sun Apr 21 19:49:15 2019        
(r346494)
+++ stable/12/sys/arm/arm/mpcore_timer.c        Sun Apr 21 19:50:30 2019        
(r346495)
@@ -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++;
        }


_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to