Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2019 16:36:45 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342850 - head/sys/arm/arm
Message-ID:  <201901071636.x07GajwN018817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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++;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071636.x07GajwN018817>