From 00caae4baf9e792d7b51ca1a041f452d045868fc Mon Sep 17 00:00:00 2001 From: millert Date: Fri, 15 Mar 2002 01:20:03 +0000 Subject: Cosmetic changes only, primarily making comments line up nicely after the __P removal. --- sys/dev/ic/midwayvar.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/ic') 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) */ -- cgit v1.2.3-59-g8ed1b