Module Name: src
Committed By: nakayama
Date: Thu Mar 26 20:13:28 UTC 2015
Modified Files:
src/sys/dev/pci: pccbb.c
Log Message:
Add missing new lines.
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/sys/dev/pci/pccbb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/pccbb.c
diff -u src/sys/dev/pci/pccbb.c:1.207 src/sys/dev/pci/pccbb.c:1.208
--- src/sys/dev/pci/pccbb.c:1.207 Sun Nov 16 16:20:00 2014
+++ src/sys/dev/pci/pccbb.c Thu Mar 26 20:13:28 2015
@@ -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 @@ pccbbdetach(device_t self, int flags)
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);