svn commit: r346495 - stable/12/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Tue Sep 3 14:07:17 UTC 2019


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




More information about the svn-src-stable-12 mailing list