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

2019-09-03 Thread Ian Lepore
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.cMon Apr 22 13:57:52 2019
(r346550)
+++ stable/11/sys/arm/arm/mpcore_timer.cMon 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++;
}


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2019-04-22 Thread Ian Lepore
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.cMon Apr 22 13:57:52 2019
(r346550)
+++ stable/11/sys/arm/arm/mpcore_timer.cMon 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++;
}
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"