Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add a missing closing parenthesis in a few places...
details: https://anonhg.NetBSD.org/src/rev/bd7246620387
branches: trunk
changeset: 750666:bd7246620387
user: snj <snj%NetBSD.org@localhost>
date: Sun Jan 10 07:06:12 2010 +0000
description:
Add a missing closing parenthesis in a few places. From Henning Petersen
in PR kern/42527.
diffstat:
sys/dev/ic/smc90cx6.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r fa7d2a432a00 -r bd7246620387 sys/dev/ic/smc90cx6.c
--- a/sys/dev/ic/smc90cx6.c Sun Jan 10 06:37:32 2010 +0000
+++ b/sys/dev/ic/smc90cx6.c Sun Jan 10 07:06:12 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: smc90cx6.c,v 1.60 2009/05/31 14:11:17 he Exp $ */
+/* $NetBSD: smc90cx6.c,v 1.61 2010/01/10 07:06:12 snj Exp $ */
/*-
* Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.60 2009/05/31 14:11:17 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.61 2010/01/10 07:06:12 snj Exp $");
/* #define BAHSOFTCOPY */
#define BAHRETRANSMIT /**/
@@ -288,7 +288,7 @@
#ifdef BAH_DEBUG
printf("%s: reset: bits cleared, status=0x%02x\n",
- device_xname(&sc->sc_dev), GETREG(BAHSTAT);
+ device_xname(&sc->sc_dev), GETREG(BAHSTAT));
#endif
sc->sc_reconcount_excessive = ARC_EXCESSIVE_RECONS;
@@ -304,7 +304,7 @@
#ifdef BAH_DEBUG
printf("%s: reset: started receiver, status=0x%02x\n",
- device_xname(&sc->sc_dev), GETREG(BAHSTAT);
+ device_xname(&sc->sc_dev), GETREG(BAHSTAT));
#endif
/* and init transmitter status */
@@ -845,7 +845,7 @@
printf("%s: strt rx for buf %ld, "
"stat 0x%02x\n",
device_xname(&sc->sc_dev), sc->sc_rx_act,
- GETREG(BAHSTAT);
+ GETREG(BAHSTAT));
#endif
}
Home |
Main Index |
Thread Index |
Old Index