[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*
This commit is contained in:
@@ -370,7 +370,7 @@ static int epic_close(struct net_device *dev);
|
||||
static struct net_device_stats *epic_get_stats(struct net_device *dev);
|
||||
static void set_rx_mode(struct net_device *dev);
|
||||
|
||||
|
||||
|
||||
|
||||
static int __devinit epic_init_one (struct pci_dev *pdev,
|
||||
const struct pci_device_id *ent)
|
||||
@@ -587,7 +587,7 @@ err_out_disable:
|
||||
pci_disable_device(pdev);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
/* Serial EEPROM section. */
|
||||
|
||||
/* EEPROM_Ctrl bits. */
|
||||
@@ -717,7 +717,7 @@ static void mdio_write(struct net_device *dev, int phy_id, int loc, int value)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int epic_open(struct net_device *dev)
|
||||
{
|
||||
struct epic_private *ep = dev->priv;
|
||||
|
@@ -1081,7 +1081,7 @@ static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = {
|
||||
mdelay(2); /* Wait for 2ms */\
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int __devinit
|
||||
de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev)
|
||||
{
|
||||
@@ -1290,7 +1290,7 @@ de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev)
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int
|
||||
de4x5_open(struct net_device *dev)
|
||||
{
|
||||
|
@@ -207,7 +207,7 @@ Test with 'ping -s 10000' on a fast computer.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
PCI probe table.
|
||||
@@ -374,7 +374,7 @@ static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
||||
static struct ethtool_ops netdev_ethtool_ops;
|
||||
static int netdev_close(struct net_device *dev);
|
||||
|
||||
|
||||
|
||||
|
||||
static int __devinit w840_probe1 (struct pci_dev *pdev,
|
||||
const struct pci_device_id *ent)
|
||||
@@ -510,7 +510,7 @@ err_out_netdev:
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Read the EEPROM and MII Management Data I/O (MDIO) interfaces. These are
|
||||
often serial bit streams generated by the host processor.
|
||||
The example below is for the common 93c46 EEPROM, 64 16 bit words. */
|
||||
@@ -660,7 +660,7 @@ static void mdio_write(struct net_device *dev, int phy_id, int location, int val
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int netdev_open(struct net_device *dev)
|
||||
{
|
||||
struct netdev_private *np = netdev_priv(dev);
|
||||
|
Reference in New Issue
Block a user