Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/dev KNF
details: https://anonhg.NetBSD.org/src/rev/b5d49dfe3f66
branches: trunk
changeset: 760824:b5d49dfe3f66
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jan 13 21:44:13 2011 +0000
description:
KNF
diffstat:
sys/arch/hp700/dev/uturn.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9e04e03db614 -r b5d49dfe3f66 sys/arch/hp700/dev/uturn.c
--- a/sys/arch/hp700/dev/uturn.c Thu Jan 13 21:15:13 2011 +0000
+++ b/sys/arch/hp700/dev/uturn.c Thu Jan 13 21:44:13 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uturn.c,v 1.14 2011/01/13 21:15:14 skrll Exp $ */
+/* $NetBSD: uturn.c,v 1.15 2011/01/13 21:44:13 skrll Exp $ */
/* $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $ */
@@ -112,7 +112,7 @@
int uturnmatch(device_t, cfdata_t, void *);
void uturnattach(device_t, device_t, void *);
-static device_t uturn_callback(device_t self, struct confargs *ca);
+static device_t uturn_callback(device_t, struct confargs *);
CFATTACH_DECL_NEW(uturn, sizeof(struct uturn_softc),
uturnmatch, uturnattach, NULL, NULL);
Home |
Main Index |
Thread Index |
Old Index