Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 Add '\n' to tail of printing string.
details: https://anonhg.NetBSD.org/src/rev/a76a985d5e9b
branches: trunk
changeset: 785949:a76a985d5e9b
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sun Apr 07 07:42:20 2013 +0000
description:
Add '\n' to tail of printing string.
diffstat:
sys/dev/ieee1394/fwohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2d5d5316db12 -r a76a985d5e9b sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Sun Apr 07 07:37:51 2013 +0000
+++ b/sys/dev/ieee1394/fwohci.c Sun Apr 07 07:42:20 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohci.c,v 1.133 2012/08/04 03:55:43 riastradh Exp $ */
+/* $NetBSD: fwohci.c,v 1.134 2013/04/07 07:42:20 kiyohara Exp $ */
/*-
* Copyright (c) 2003 Hidetoshi Shimokawa
@@ -37,7 +37,7 @@
*
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.133 2012/08/04 03:55:43 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.134 2013/04/07 07:42:20 kiyohara Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -448,7 +448,7 @@
sc->fc.config_rom = fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat,
CROMSIZE, &sc->crom_dma, CROMSIZE, BUS_DMA_NOWAIT);
if (sc->fc.config_rom == NULL) {
- aprint_error_dev(sc->fc.dev, "config_rom alloc failed.");
+ aprint_error_dev(sc->fc.dev, "config_rom alloc failed.\n");
return ENOMEM;
}
Home |
Main Index |
Thread Index |
Old Index