svn commit: r342850 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Mon Jan 7 16:36:46 UTC 2019


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++;
 	}


More information about the svn-src-all mailing list