diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-13 13:24:59 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-13 13:24:59 -0400 |
commit | 6aa20a2235535605db6d6d2bd850298b2fe7f31e (patch) | |
tree | df0b855043407b831d57f2f2c271f8aab48444f4 /drivers/net/sgiseeq.h | |
parent | 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff) |
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sgiseeq.h')
-rw-r--r-- | drivers/net/sgiseeq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sgiseeq.h b/drivers/net/sgiseeq.h index ebcca688dac4..523104de6830 100644 --- a/drivers/net/sgiseeq.h +++ b/drivers/net/sgiseeq.h | |||
@@ -16,7 +16,7 @@ struct sgiseeq_rregs { | |||
16 | volatile unsigned int collision_tx[2]; | 16 | volatile unsigned int collision_tx[2]; |
17 | volatile unsigned int collision_all[2]; | 17 | volatile unsigned int collision_all[2]; |
18 | volatile unsigned int _unused0; | 18 | volatile unsigned int _unused0; |
19 | volatile unsigned int rflags; | 19 | volatile unsigned int rflags; |
20 | }; | 20 | }; |
21 | 21 | ||
22 | struct sgiseeq_regs { | 22 | struct sgiseeq_regs { |
@@ -73,7 +73,7 @@ struct sgiseeq_regs { | |||
73 | #define SEEQ_TCMD_IC 0x02 /* IRQ on collisions */ | 73 | #define SEEQ_TCMD_IC 0x02 /* IRQ on collisions */ |
74 | #define SEEQ_TCMD_I16 0x04 /* IRQ after 16 failed attempts to tx frame */ | 74 | #define SEEQ_TCMD_I16 0x04 /* IRQ after 16 failed attempts to tx frame */ |
75 | #define SEEQ_TCMD_IPT 0x08 /* IRQ when packet successfully transmitted */ | 75 | #define SEEQ_TCMD_IPT 0x08 /* IRQ when packet successfully transmitted */ |
76 | #define SEEQ_TCMD_RB1 0x20 /* Register bank one w/multi-cast low byte */ | 76 | #define SEEQ_TCMD_RB1 0x20 /* Register bank one w/multi-cast low byte */ |
77 | #define SEEQ_TCMD_RB2 0x40 /* Register bank two w/multi-cast high byte */ | 77 | #define SEEQ_TCMD_RB2 0x40 /* Register bank two w/multi-cast high byte */ |
78 | 78 | ||
79 | /* Seeq8003 control register */ | 79 | /* Seeq8003 control register */ |