Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/tc newline



details:   https://anonhg.NetBSD.org/src/rev/e6920c19c327
branches:  trunk
changeset: 349281:e6920c19c327
user:      flxd <flxd%NetBSD.org@localhost>
date:      Sat Dec 03 18:18:12 2016 +0000

description:
newline

diffstat:

 sys/dev/tc/tcu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e42678dd26cc -r e6920c19c327 sys/dev/tc/tcu.c
--- a/sys/dev/tc/tcu.c  Sat Dec 03 18:12:50 2016 +0000
+++ b/sys/dev/tc/tcu.c  Sat Dec 03 18:18:12 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tcu.c,v 1.3 2016/12/03 18:12:50 flxd Exp $ */
+/* $NetBSD: tcu.c,v 1.4 2016/12/03 18:18:12 flxd Exp $ */
 
 /*-
  * Copyright (c) 2016, Felix Deichmann
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcu.c,v 1.3 2016/12/03 18:12:50 flxd Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcu.c,v 1.4 2016/12/03 18:18:12 flxd Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -143,7 +143,7 @@
 
        if ((cfg & TCU_CFG_S1_1) != 0 && ta->ta_busspeed != TC_SPEED_12_5_MHZ)
                aprint_error_dev(self, "warning: switch S1-1 asserted with "
-                   "clock != 12.5 MHz");
+                   "clock != 12.5 MHz\n");
 
 #if NSLHCI_TCU > 0
        /* Attach slhci. */



Home | Main Index | Thread Index | Old Index