Commit 6aa20a22 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

drivers/net: Trim trailing whitespace



Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 7a291083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ struct net_local
	spinlock_t	lock;		/* Serializing lock */
};



#define RX_STATUS (ioaddr + 0x06)
#define RX_CMD	  RX_STATUS
#define TX_STATUS (ioaddr + 0x07)
+6 −6
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ static void el2_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
			 int ring_page);
static struct ethtool_ops netdev_ethtool_ops;



/* This routine probes for a memory-mapped 3c503 board by looking for
   the "location register" at the end of the jumpered boot PROM space.
   This works even if a PROM isn't there.
@@ -367,7 +367,7 @@ out:
    release_region(ioaddr, EL2_IO_EXTENT);
    return retval;
}


static int
el2_open(struct net_device *dev)
{
+5 −5
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ static int io = 0x300;
static int irq;
static int mem_start;



/* Check for a network adaptor of this type, and return '0' iff one exists.
	If dev->base_addr == 0, probe all likely locations.
	If dev->base_addr == 1, always return failure.
@@ -953,7 +953,7 @@ cleanup_module(void)
#endif /* MODULE */
MODULE_LICENSE("GPL");



/*
 * Local variables:
 *  compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -I/usr/src/linux/drivers/net -Wall -Wstrict-prototypes -O6 -m486 -c 3c507.c"
+30 −30
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ static void update_stats(int addr, struct net_device *dev);
static struct net_device_stats *corkscrew_get_stats(struct net_device *dev);
static void set_rx_mode(struct net_device *dev);
static struct ethtool_ops netdev_ethtool_ops;



/*
   Unfortunately maximizing the shared code between the integrated and
@@ -691,7 +691,7 @@ static int corkscrew_setup(struct net_device *dev, int ioaddr,

	return register_netdev(dev);
}



static int corkscrew_open(struct net_device *dev)
{
@@ -1567,7 +1567,7 @@ static struct ethtool_ops netdev_ethtool_ops = {
	.set_msglevel		= netdev_set_msglevel,
};



#ifdef MODULE
void cleanup_module(void)
{
@@ -1584,7 +1584,7 @@ void cleanup_module(void)
	}
}
#endif				/* MODULE */


/*
 * Local variables:
 *  compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c 3c515.c"
+6 −6
Original line number Diff line number Diff line
@@ -1609,7 +1609,7 @@ void __exit cleanup_module(void)
}

#endif				/* MODULE */


/*
 * Local variables:
 *  compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c 82596.c"
Loading