Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 13:58:29 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r346551 - stable/11/sys/arm/arm
Message-ID:  <201904221358.x3MDwTmo024986@repo.freebsd.org>

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



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