diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-15 01:20:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-15 01:20:05 +0000 |
commit | 6fcfd0d23dbe0848151ef07c42448e40fc6e8d9d (patch) | |
tree | 2630a112207545f97f9229e94f6bc39db1236155 /sys/dev/ic | |
parent | 410da4ddde062db4bb7b750a01b474d3cc2438f7 (diff) |
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.h | 5 |
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) */ |