Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia Add missing newline at the end of an error me...
details: https://anonhg.NetBSD.org/src/rev/fc47f4c55f3f
branches: trunk
changeset: 553923:fc47f4c55f3f
user: uwe <uwe%NetBSD.org@localhost>
date: Thu Oct 23 00:22:55 2003 +0000
description:
Add missing newline at the end of an error message.
diffstat:
sys/dev/pcmcia/com_pcmcia.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 41417f9c6b2a -r fc47f4c55f3f sys/dev/pcmcia/com_pcmcia.c
--- a/sys/dev/pcmcia/com_pcmcia.c Thu Oct 23 00:04:57 2003 +0000
+++ b/sys/dev/pcmcia/com_pcmcia.c Thu Oct 23 00:22:55 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com_pcmcia.c,v 1.33 2003/08/07 16:31:12 agc Exp $ */
+/* $NetBSD: com_pcmcia.c,v 1.34 2003/10/23 00:22:55 uwe Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_pcmcia.c,v 1.33 2003/08/07 16:31:12 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_pcmcia.c,v 1.34 2003/10/23 00:22:55 uwe Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -304,7 +304,7 @@
/* Unmap our i/o window. */
if (psc->sc_io_window == -1) {
- printf("%s: I/O window not allocated.",
+ printf("%s: I/O window not allocated.\n",
psc->sc_com.sc_dev.dv_xname);
return 0;
}
Home |
Main Index |
Thread Index |
Old Index