Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add missing new lines.



details:   https://anonhg.NetBSD.org/src/rev/ab54a9d1ec24
branches:  trunk
changeset: 807039:ab54a9d1ec24
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Thu Mar 26 20:13:28 2015 +0000

description:
Add missing new lines.

diffstat:

 sys/dev/pci/pccbb.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 607eb15b8533 -r ab54a9d1ec24 sys/dev/pci/pccbb.c
--- a/sys/dev/pci/pccbb.c       Thu Mar 26 17:40:16 2015 +0000
+++ b/sys/dev/pci/pccbb.c       Thu Mar 26 20:13:28 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccbb.c,v 1.207 2014/11/16 16:20:00 ozaki-r Exp $      */
+/*     $NetBSD: pccbb.c,v 1.208 2015/03/26 20:13:28 nakayama Exp $     */
 
 /*
  * Copyright (c) 1998, 1999 and 2000
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.207 2014/11/16 16:20:00 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.208 2015/03/26 20:13:28 nakayama Exp $");
 
 /*
 #define CBB_DEBUG
@@ -556,9 +556,9 @@
        sc->sc_flags &= ~(CBB_MEMHMAPPED|CBB_SPECMAPPED);
 
        if (!TAILQ_EMPTY(&sc->sc_iowindow))
-               aprint_error_dev(self, "i/o windows not empty");
+               aprint_error_dev(self, "i/o windows not empty\n");
        if (!TAILQ_EMPTY(&sc->sc_memwindow))
-               aprint_error_dev(self, "memory windows not empty");
+               aprint_error_dev(self, "memory windows not empty\n");
 
        callout_halt(&sc->sc_insert_ch, NULL);
        callout_destroy(&sc->sc_insert_ch);



Home | Main Index | Thread Index | Old Index