Commit f3b197ac authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*

parent 4c0c2fd4
...@@ -370,7 +370,7 @@ static int epic_close(struct net_device *dev); ...@@ -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 struct net_device_stats *epic_get_stats(struct net_device *dev);
static void set_rx_mode(struct net_device *dev); static void set_rx_mode(struct net_device *dev);
static int __devinit epic_init_one (struct pci_dev *pdev, static int __devinit epic_init_one (struct pci_dev *pdev,
const struct pci_device_id *ent) const struct pci_device_id *ent)
...@@ -587,7 +587,7 @@ static int __devinit epic_init_one (struct pci_dev *pdev, ...@@ -587,7 +587,7 @@ static int __devinit epic_init_one (struct pci_dev *pdev,
pci_disable_device(pdev); pci_disable_device(pdev);
goto out; goto out;
} }
/* Serial EEPROM section. */ /* Serial EEPROM section. */
/* EEPROM_Ctrl bits. */ /* EEPROM_Ctrl bits. */
...@@ -717,7 +717,7 @@ static void mdio_write(struct net_device *dev, int phy_id, int loc, int value) ...@@ -717,7 +717,7 @@ static void mdio_write(struct net_device *dev, int phy_id, int loc, int value)
return; return;
} }
static int epic_open(struct net_device *dev) static int epic_open(struct net_device *dev)
{ {
struct epic_private *ep = dev->priv; struct epic_private *ep = dev->priv;
......
...@@ -1081,7 +1081,7 @@ static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = { ...@@ -1081,7 +1081,7 @@ static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = {
mdelay(2); /* Wait for 2ms */\ mdelay(2); /* Wait for 2ms */\
} }
static int __devinit static int __devinit
de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev) 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) ...@@ -1290,7 +1290,7 @@ de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev)
return status; return status;
} }
static int static int
de4x5_open(struct net_device *dev) de4x5_open(struct net_device *dev)
{ {
......
...@@ -207,7 +207,7 @@ Test with 'ping -s 10000' on a fast computer. ...@@ -207,7 +207,7 @@ Test with 'ping -s 10000' on a fast computer.
*/ */
/* /*
PCI probe table. PCI probe table.
...@@ -374,7 +374,7 @@ static int netdev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); ...@@ -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 struct ethtool_ops netdev_ethtool_ops;
static int netdev_close(struct net_device *dev); static int netdev_close(struct net_device *dev);
static int __devinit w840_probe1 (struct pci_dev *pdev, static int __devinit w840_probe1 (struct pci_dev *pdev,
const struct pci_device_id *ent) const struct pci_device_id *ent)
...@@ -510,7 +510,7 @@ static int __devinit w840_probe1 (struct pci_dev *pdev, ...@@ -510,7 +510,7 @@ static int __devinit w840_probe1 (struct pci_dev *pdev,
return -ENODEV; return -ENODEV;
} }
/* Read the EEPROM and MII Management Data I/O (MDIO) interfaces. These are /* Read the EEPROM and MII Management Data I/O (MDIO) interfaces. These are
often serial bit streams generated by the host processor. often serial bit streams generated by the host processor.
The example below is for the common 93c46 EEPROM, 64 16 bit words. */ 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 ...@@ -660,7 +660,7 @@ static void mdio_write(struct net_device *dev, int phy_id, int location, int val
return; return;
} }
static int netdev_open(struct net_device *dev) static int netdev_open(struct net_device *dev)
{ {
struct netdev_private *np = netdev_priv(dev); struct netdev_private *np = netdev_priv(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment