Module Name: src
Committed By: skrll
Date: Sat Aug 24 10:02:55 UTC 2024
Modified Files:
src/sys/dev/cadence: if_cemacvar.h
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/cadence/if_cemacvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/cadence/if_cemacvar.h
diff -u src/sys/dev/cadence/if_cemacvar.h:1.1 src/sys/dev/cadence/if_cemacvar.h:1.2
--- src/sys/dev/cadence/if_cemacvar.h:1.1 Fri Jan 23 12:34:09 2015
+++ src/sys/dev/cadence/if_cemacvar.h Sat Aug 24 10:02:55 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: if_cemacvar.h,v 1.1 2015/01/23 12:34:09 hkenken Exp $ */
+/* $NetBSD: if_cemacvar.h,v 1.2 2024/08/24 10:02:55 skrll Exp $ */
/*-
* Copyright (c) 2015 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi for Genetec Corporation.
@@ -30,7 +30,7 @@
int cemac_match(device_t, cfdata_t, void *);
void cemac_attach(device_t, device_t, void *);
-int cemac_intr(void*);
+int cemac_intr(void *);
int cemac_match_common(device_t, cfdata_t, void *);
void cemac_attach_common(device_t, bus_space_tag_t, bus_space_handle_t,