summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-15 01:20:03 +0000
committermillert <millert@openbsd.org>2002-03-15 01:20:03 +0000
commit00caae4baf9e792d7b51ca1a041f452d045868fc (patch)
treeb2496c91d9c873ecb4b779c3dd430f13fe53beae /sys/dev/ic
parentThe previous commit broke the bootblocks, since uvmexp is not available (diff)
downloadwireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.tar.xz
wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.zip
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/midwayvar.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/midwayvar.h b/sys/dev/ic/midwayvar.h
index 85e07acd510..026ca46d4fb 100644
--- a/sys/dev/ic/midwayvar.h
+++ b/sys/dev/ic/midwayvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: midwayvar.h,v 1.10 2002/03/14 01:26:54 millert Exp $ */
+/* $OpenBSD: midwayvar.h,v 1.11 2002/03/15 01:20:04 millert Exp $ */
/*
*
@@ -104,8 +104,7 @@ struct en_softc {
bus_space_tag_t en_memt; /* for EN_READ/EN_WRITE */
bus_space_handle_t en_base; /* base of en card */
bus_size_t en_obmemsz; /* size of en card (bytes) */
- void (*en_busreset)(void *);
- /* bus specific reset function */
+ void (*en_busreset)(void *); /* bus specific reset function */
/* serv list */
u_int32_t hwslistp; /* hw pointer to service list (byte offset) */