svn commit: r346551 - stable/11/sys/arm/arm

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


Author: ian
Date: Mon Apr 22 13:58:28 2019
New Revision: 346551
URL: https://svnweb.freebsd.org/changeset/base/346551

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

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

Modified: stable/11/sys/arm/arm/mpcore_timer.c
==============================================================================
--- stable/11/sys/arm/arm/mpcore_timer.c	Mon Apr 22 13:57:52 2019	(r346550)
+++ stable/11/sys/arm/arm/mpcore_timer.c	Mon Apr 22 13:58:28 2019	(r346551)
@@ -415,7 +415,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