Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3b197ac authored by Jeff Garzik's avatar Jeff Garzik
Browse files

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

parent 4c0c2fd4
Loading
Loading
Loading
Loading
+28 −28
Original line number Diff line number Diff line
@@ -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;
+358 −358
Original line number Diff line number Diff line
@@ -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)
{
+13 −13
Original line number Diff line number Diff line
@@ -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);
+7 −7

File changed.

Contains only whitespace changes.

+63 −63

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+104 −104

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+40 −40

File changed.

Contains only whitespace changes.

+29 −29

File changed.

Contains only whitespace changes.

+20 −20

File changed.

Contains only whitespace changes.

Loading