summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_anreg.h
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-10 02:36:18 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-10 02:36:18 +0000
commit26bb68b7520f5ba7dbe7c8e5026dd578879d62af (patch)
tree27e1f2a0935825e72e96569ad8d05b461885400d /sys/dev/an/if_anreg.h
parent2b67e21a9ecd1d8e354c9eb6495d11f789cb2eb5 (diff)
downloadFreeBSD-src-26bb68b7520f5ba7dbe7c8e5026dd578879d62af.zip
FreeBSD-src-26bb68b7520f5ba7dbe7c8e5026dd578879d62af.tar.gz
Lots of style(9) related white space fixes. Mostly missing spaces
after if, for, while, switch, '{', and '}' plus a bunch of bogus whitespace at the end of lines.
Diffstat (limited to 'sys/dev/an/if_anreg.h')
-rw-r--r--sys/dev/an/if_anreg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h
index 20f0b71..0113d93 100644
--- a/sys/dev/an/if_anreg.h
+++ b/sys/dev/an/if_anreg.h
@@ -269,7 +269,7 @@ struct an_txframe {
};
struct an_rxframe_802_3 {
- u_int16_t an_rx_802_3_status; /* 0x34 */
+ u_int16_t an_rx_802_3_status; /* 0x34 */
u_int16_t an_rx_802_3_payload_len;/* 0x36 */
u_int8_t an_rx_dst_addr[6]; /* 0x38 */
u_int8_t an_rx_src_addr[6]; /* 0x3E */
@@ -281,7 +281,7 @@ struct an_txframe_802_3 {
/*
* Transmit 802.3 header structure.
*/
- u_int16_t an_tx_802_3_status; /* 0x34 */
+ u_int16_t an_tx_802_3_status; /* 0x34 */
u_int16_t an_tx_802_3_payload_len;/* 0x36 */
u_int8_t an_tx_dst_addr[6]; /* 0x38 */
u_int8_t an_tx_src_addr[6]; /* 0x3E */
@@ -337,8 +337,8 @@ struct an_snap_hdr {
#define AN_TX_RING_CNT 4
#define AN_INC(x, y) (x) = (x + 1) % y
-
-struct an_tx_ring_data {
+
+struct an_tx_ring_data {
u_int16_t an_tx_fids[AN_TX_RING_CNT];
u_int16_t an_tx_ring[AN_TX_RING_CNT];
int an_tx_prod;
@@ -349,7 +349,7 @@ struct an_softc {
struct arpcom arpcom;
int an_unit;
-
+
int port_rid; /* resource id for port range */
struct resource* port_res; /* resource for port range */
int irq_rid; /* resource id for irq */
OpenPOWER on IntegriCloud