drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@ -173,7 +173,7 @@ typedef struct {
|
||||
/*
|
||||
* Host control register bits.
|
||||
*/
|
||||
|
||||
|
||||
#define IN_INT 0x01
|
||||
#define CLR_INT 0x02
|
||||
#define HW_RESET 0x08
|
||||
@ -449,7 +449,7 @@ struct cmd {
|
||||
|
||||
struct tx_desc{
|
||||
aceaddr addr;
|
||||
u32 flagsize;
|
||||
u32 flagsize;
|
||||
#if 0
|
||||
/*
|
||||
* 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)
|
||||
{
|
||||
struct ace_private *ap = netdev_priv(dev);
|
||||
struct ace_regs __iomem *regs = ap->regs;
|
||||
|
||||
|
||||
if (ACE_IS_TIGON_I(ap))
|
||||
writel(0, ®s->MaskInt);
|
||||
else
|
||||
|
Reference in New Issue
Block a user