Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/dev Remove unbalanced parenthesis in debug mes...
details: https://anonhg.NetBSD.org/src/rev/812bfdbd9a0a
branches: trunk
changeset: 538426:812bfdbd9a0a
user: isaki <isaki%NetBSD.org@localhost>
date: Sun Oct 20 02:33:08 2002 +0000
description:
Remove unbalanced parenthesis in debug message.
diffstat:
sys/arch/x68k/dev/fd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dbd3e55ef9a5 -r 812bfdbd9a0a sys/arch/x68k/dev/fd.c
--- a/sys/arch/x68k/dev/fd.c Sun Oct 20 02:26:59 2002 +0000
+++ b/sys/arch/x68k/dev/fd.c Sun Oct 20 02:33:08 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fd.c,v 1.48 2002/10/13 10:11:31 isaki Exp $ */
+/* $NetBSD: fd.c,v 1.49 2002/10/20 02:33:08 isaki Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -317,7 +317,7 @@
{
int error;
- DPRINTF(("fdc_dmastart: (%s, addr = %p, count = %ld\n",
+ DPRINTF(("fdc_dmastart: %s, addr = %p, count = %ld\n",
read ? "read" : "write", (caddr_t) addr, count));
error = bus_dmamap_load(fdc->sc_dmat, fdc->sc_dmamap, addr, count,
Home |
Main Index |
Thread Index |
Old Index