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/acenic.h | |
parent | 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff) |
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/acenic.h')
-rw-r--r-- | drivers/net/acenic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/acenic.h b/drivers/net/acenic.h index 62ec8ceee698..efb14b9f4d90 100644 --- a/drivers/net/acenic.h +++ b/drivers/net/acenic.h | |||
@@ -173,7 +173,7 @@ typedef struct { | |||
173 | /* | 173 | /* |
174 | * Host control register bits. | 174 | * Host control register bits. |
175 | */ | 175 | */ |
176 | 176 | ||
177 | #define IN_INT 0x01 | 177 | #define IN_INT 0x01 |
178 | #define CLR_INT 0x02 | 178 | #define CLR_INT 0x02 |
179 | #define HW_RESET 0x08 | 179 | #define HW_RESET 0x08 |
@@ -449,7 +449,7 @@ struct cmd { | |||
449 | 449 | ||
450 | struct tx_desc{ | 450 | struct tx_desc{ |
451 | aceaddr addr; | 451 | aceaddr addr; |
452 | u32 flagsize; | 452 | u32 flagsize; |
453 | #if 0 | 453 | #if 0 |
454 | /* | 454 | /* |
455 | * This is in PCI shared mem and must be accessed with readl/writel | 455 | * This is in PCI shared mem and must be accessed with readl/writel |
@@ -754,7 +754,7 @@ static inline void ace_unmask_irq(struct net_device *dev) | |||
754 | { | 754 | { |
755 | struct ace_private *ap = netdev_priv(dev); | 755 | struct ace_private *ap = netdev_priv(dev); |
756 | struct ace_regs __iomem *regs = ap->regs; | 756 | struct ace_regs __iomem *regs = ap->regs; |
757 | 757 | ||
758 | if (ACE_IS_TIGON_I(ap)) | 758 | if (ACE_IS_TIGON_I(ap)) |
759 | writel(0, ®s->MaskInt); | 759 | writel(0, ®s->MaskInt); |
760 | else | 760 | else |