drivers/net: fix up function prototypes after __dev* removals
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Dec 2012 14:30:56 +0000 (14:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Dec 2012 19:22:22 +0000 (14:22 -0500)
The __dev* removal patches for the network drivers ended up messing up
the function prototypes for a bunch of drivers.  This patch fixes all of
them back up to be properly aligned.

Bonus is that this almost removes 100 lines of code, always a nice
surprise.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
107 files changed:
drivers/net/can/c_can/c_can_pci.c
drivers/net/can/cc770/cc770_platform.c
drivers/net/can/mscan/mpc5xxx_can.c
drivers/net/can/sja1000/ems_pci.c
drivers/net/can/sja1000/ems_pcmcia.c
drivers/net/can/sja1000/kvaser_pci.c
drivers/net/can/sja1000/peak_pci.c
drivers/net/can/sja1000/plx_pci.c
drivers/net/can/softing/softing_cs.c
drivers/net/can/softing/softing_main.c
drivers/net/ethernet/3com/3c509.c
drivers/net/ethernet/3com/3c59x.c
drivers/net/ethernet/8390/hydra.c
drivers/net/ethernet/8390/zorro8390.c
drivers/net/ethernet/adaptec/starfire.c
drivers/net/ethernet/alteon/acenic.c
drivers/net/ethernet/amd/a2065.c
drivers/net/ethernet/amd/ariadne.c
drivers/net/ethernet/amd/hplance.c
drivers/net/ethernet/amd/sunlance.c
drivers/net/ethernet/atheros/atl1c/atl1c_main.c
drivers/net/ethernet/atheros/atl1e/atl1e_main.c
drivers/net/ethernet/atheros/atlx/atl1.c
drivers/net/ethernet/atheros/atlx/atl2.c
drivers/net/ethernet/broadcom/b44.c
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
drivers/net/ethernet/broadcom/tg3.c
drivers/net/ethernet/chelsio/cxgb/cxgb2.c
drivers/net/ethernet/chelsio/cxgb/sge.c
drivers/net/ethernet/chelsio/cxgb/subr.c
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c
drivers/net/ethernet/cisco/enic/enic_main.c
drivers/net/ethernet/dec/tulip/de2104x.c
drivers/net/ethernet/dec/tulip/de4x5.c
drivers/net/ethernet/dec/tulip/dmfe.c
drivers/net/ethernet/dec/tulip/tulip_core.c
drivers/net/ethernet/dec/tulip/winbond-840.c
drivers/net/ethernet/emulex/benet/be_main.c
drivers/net/ethernet/fealnx.c
drivers/net/ethernet/freescale/fs_enet/mii-bitbang.c
drivers/net/ethernet/hp/hp100.c
drivers/net/ethernet/ibm/ehea/ehea_main.c
drivers/net/ethernet/ibm/emac/core.c
drivers/net/ethernet/ibm/emac/mal.c
drivers/net/ethernet/ibm/ibmveth.c
drivers/net/ethernet/icplus/ipg.c
drivers/net/ethernet/intel/e100.c
drivers/net/ethernet/intel/e1000/e1000_main.c
drivers/net/ethernet/intel/e1000/e1000_param.c
drivers/net/ethernet/intel/e1000e/netdev.c
drivers/net/ethernet/intel/e1000e/param.c
drivers/net/ethernet/intel/igb/igb_main.c
drivers/net/ethernet/intel/igbvf/netdev.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
drivers/net/ethernet/marvell/skge.c
drivers/net/ethernet/marvell/sky2.c
drivers/net/ethernet/mellanox/mlx4/main.c
drivers/net/ethernet/micrel/ksz884x.c
drivers/net/ethernet/natsemi/macsonic.c
drivers/net/ethernet/natsemi/natsemi.c
drivers/net/ethernet/natsemi/ns83820.c
drivers/net/ethernet/neterion/s2io.h
drivers/net/ethernet/neterion/vxge/vxge-main.c
drivers/net/ethernet/packetengines/yellowfin.c
drivers/net/ethernet/qlogic/qla3xxx.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
drivers/net/ethernet/qlogic/qlge/qlge_main.c
drivers/net/ethernet/rdc/r6040.c
drivers/net/ethernet/sfc/efx.c
drivers/net/ethernet/sgi/ioc3-eth.c
drivers/net/ethernet/silan/sc92031.c
drivers/net/ethernet/sis/sis190.c
drivers/net/ethernet/sis/sis900.c
drivers/net/ethernet/smsc/epic100.c
drivers/net/ethernet/smsc/smc91x.c
drivers/net/ethernet/smsc/smsc911x.c
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
drivers/net/ethernet/sun/cassini.c
drivers/net/ethernet/sun/niu.c
drivers/net/ethernet/sun/sunbmac.c
drivers/net/ethernet/sun/sungem.c
drivers/net/ethernet/sun/sunhme.c
drivers/net/ethernet/sun/sunvnet.c
drivers/net/ethernet/ti/tlan.c
drivers/net/ethernet/toshiba/ps3_gelic_net.c
drivers/net/ethernet/toshiba/tc35815.c
drivers/net/ethernet/via/via-rhine.c
drivers/net/ethernet/via/via-velocity.c
drivers/net/fddi/defxx.c
drivers/net/hippi/rrunner.c
drivers/net/irda/smsc-ircc2.c
drivers/net/irda/via-ircc.c
drivers/net/phy/mdio-gpio.c
drivers/net/wan/dscc4.c
drivers/net/wan/hd64570.c
drivers/net/wan/hd64572.c
drivers/net/wan/lmc/lmc_main.c
drivers/net/wan/pc300too.c
drivers/net/wan/pci200syn.c
drivers/net/wan/wanxl.c
drivers/net/xen-netfront.c

index a1f2631706837ea1a66b1d09a202b5f6e4d445cd..b374be7891a296bde66696e19d2137a47d7ffea3 100644 (file)
@@ -64,7 +64,7 @@ static void c_can_pci_write_reg_aligned_to_32bit(struct c_can_priv *priv,
 }
 
 static int c_can_pci_probe(struct pci_dev *pdev,
-                                    const struct pci_device_id *ent)
+                          const struct pci_device_id *ent)
 {
        struct c_can_pci_data *c_can_pci_data = (void *)ent->driver_data;
        struct c_can_priv *priv;
index 7d451cd7500654e2e570878076f4f7ca678b31f4..d0f6bfc45aea1fae0a824f65cb431f847e2ae578 100644 (file)
@@ -76,7 +76,7 @@ static void cc770_platform_write_reg(const struct cc770_priv *priv, int reg,
 }
 
 static int cc770_get_of_node_data(struct platform_device *pdev,
-                                           struct cc770_priv *priv)
+                                 struct cc770_priv *priv)
 {
        struct device_node *np = pdev->dev.of_node;
        const u32 *prop;
@@ -149,7 +149,7 @@ static int cc770_get_of_node_data(struct platform_device *pdev,
 }
 
 static int cc770_get_platform_data(struct platform_device *pdev,
-                                            struct cc770_priv *priv)
+                                  struct cc770_priv *priv)
 {
 
        struct cc770_platform_data *pdata = pdev->dev.platform_data;
index 06a4561955ca4ec52a4327d4db7af070825ef9b8..668850e441dcd7e3c13e901efc2cc1e0f3473f53 100644 (file)
@@ -49,8 +49,7 @@ static struct of_device_id mpc52xx_cdm_ids[] = {
 };
 
 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev,
-                                          const char *clock_name,
-                                          int *mscan_clksrc)
+                                const char *clock_name, int *mscan_clksrc)
 {
        unsigned int pvr;
        struct mpc52xx_cdm  __iomem *cdm;
@@ -102,8 +101,7 @@ static u32 mpc52xx_can_get_clock(struct platform_device *ofdev,
 }
 #else /* !CONFIG_PPC_MPC52xx */
 static u32 mpc52xx_can_get_clock(struct platform_device *ofdev,
-                                          const char *clock_name,
-                                          int *mscan_clksrc)
+                                const char *clock_name, int *mscan_clksrc)
 {
        return 0;
 }
@@ -130,8 +128,7 @@ static struct of_device_id mpc512x_clock_ids[] = {
 };
 
 static u32 mpc512x_can_get_clock(struct platform_device *ofdev,
-                                          const char *clock_name,
-                                          int *mscan_clksrc)
+                                const char *clock_name, int *mscan_clksrc)
 {
        struct mpc512x_clockctl __iomem *clockctl;
        struct device_node *np_clock;
@@ -240,8 +237,7 @@ exit_put:
 }
 #else /* !CONFIG_PPC_MPC512x */
 static u32 mpc512x_can_get_clock(struct platform_device *ofdev,
-                                          const char *clock_name,
-                                          int *mscan_clksrc)
+                                const char *clock_name, int *mscan_clksrc)
 {
        return 0;
 }
index f232bc8d0872c91ef56d3570f563b53761d9e54b..036a326836b29871d8710f23f5e2d57a6c02ac52 100644 (file)
@@ -221,7 +221,7 @@ static void ems_pci_card_reset(struct ems_pci_card *card)
  * CAN channel to SJA1000 Socket-CAN subsystem.
  */
 static int ems_pci_add_card(struct pci_dev *pdev,
-                                       const struct pci_device_id *ent)
+                           const struct pci_device_id *ent)
 {
        struct sja1000_priv *priv;
        struct net_device *dev;
index 46fc313214a28f7d2154f56cc4f206970c07ca11..5c2f3fbbf5ae8fc4028ecf0fdc50ac03e92fd21b 100644 (file)
@@ -166,8 +166,7 @@ static void ems_pcmcia_del_card(struct pcmcia_device *pdev)
  * Probe PCI device for EMS CAN signature and register each available
  * CAN channel to SJA1000 Socket-CAN subsystem.
  */
-static int ems_pcmcia_add_card(struct pcmcia_device *pdev,
-                                        unsigned long base)
+static int ems_pcmcia_add_card(struct pcmcia_device *pdev, unsigned long base)
 {
        struct sja1000_priv *priv;
        struct net_device *dev;
index 4efdaf26eaeaadf741baad3969417ad0e4e6a756..37b0381f532e6458e13b7a424330047aec368e0c 100644 (file)
@@ -291,7 +291,7 @@ failure:
 }
 
 static int kvaser_pci_init_one(struct pci_dev *pdev,
-                                        const struct pci_device_id *ent)
+                              const struct pci_device_id *ent)
 {
        int err;
        struct net_device *master_dev = NULL;
index 3faeb3d843622bb5e93ad095819c688f6ba4e89a..d84888f03d92e28995cd4087b511db1ca3c3a4f1 100644 (file)
@@ -551,8 +551,7 @@ static void peak_pci_post_irq(const struct sja1000_priv *priv)
                writew(chan->icr_mask, chan->cfg_base + PITA_ICR);
 }
 
-static int peak_pci_probe(struct pci_dev *pdev,
-                                   const struct pci_device_id *ent)
+static int peak_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct sja1000_priv *priv;
        struct peak_pci_chan *chan;
index 8b233f8c95f25e1417e7ce6ddff86255e489cd8d..11d1062a9449f612bf3d6a62c81b26a459427c03 100644 (file)
@@ -485,7 +485,7 @@ static void plx_pci_del_card(struct pci_dev *pdev)
  * available CAN channel to SJA1000 Socket-CAN subsystem.
  */
 static int plx_pci_add_card(struct pci_dev *pdev,
-                                     const struct pci_device_id *ent)
+                           const struct pci_device_id *ent)
 {
        struct sja1000_priv *priv;
        struct net_device *dev;
index ce18ba52e4b9de21127a9bb783e1c665d42b551d..c2c0a5bb0b214c92d90f423c27bb394f66d5da9e 100644 (file)
@@ -193,8 +193,7 @@ static int softingcs_enable_irq(struct platform_device *pdev, int v)
 /*
  * pcmcia check
  */
-static int softingcs_probe_config(struct pcmcia_device *pcmcia,
-               void *priv_data)
+static int softingcs_probe_config(struct pcmcia_device *pcmcia, void *priv_data)
 {
        struct softing_platform_data *pdat = priv_data;
        struct resource *pres;
index 50b1e0f21f1cdef01cb556181b2c1f828390521f..3a2b45601ec29d69f07ec4dab98425ebb09add15 100644 (file)
@@ -646,7 +646,7 @@ static const struct can_bittiming_const softing_btr_const = {
 
 
 static struct net_device *softing_netdev_create(struct softing *card,
-               uint16_t chip_id)
+                                               uint16_t chip_id)
 {
        struct net_device *netdev;
        struct softing_priv *priv;
index 9300185da976847388ec1c4baeb84afe0adfbdea..633c709b9d996943c415cd0ad49e628a200eec34 100644 (file)
@@ -270,9 +270,8 @@ static int el3_isa_id_sequence(__be16 *phys_addr)
 
 }
 
-static void el3_dev_fill(struct net_device *dev, __be16 *phys_addr,
-                                  int ioaddr, int irq, int if_port,
-                                  enum el3_cardtype type)
+static void el3_dev_fill(struct net_device *dev, __be16 *phys_addr, int ioaddr,
+                        int irq, int if_port, enum el3_cardtype type)
 {
        struct el3_private *lp = netdev_priv(dev);
 
@@ -283,8 +282,7 @@ static void el3_dev_fill(struct net_device *dev, __be16 *phys_addr,
        lp->type = type;
 }
 
-static int el3_isa_match(struct device *pdev,
-                                  unsigned int ndev)
+static int el3_isa_match(struct device *pdev, unsigned int ndev)
 {
        struct net_device *dev;
        int ioaddr, isa_irq, if_port, err;
@@ -406,8 +404,7 @@ static struct pnp_device_id el3_pnp_ids[] = {
 };
 MODULE_DEVICE_TABLE(pnp, el3_pnp_ids);
 
-static int el3_pnp_probe(struct pnp_dev *pdev,
-                                   const struct pnp_device_id *id)
+static int el3_pnp_probe(struct pnp_dev *pdev, const struct pnp_device_id *id)
 {
        short i;
        int ioaddr, irq, if_port;
index 658e224b361373fef7d7fc4712b1b1534f956168..ed0feb3cc6fac83436a862b11e49d1fdbc07648c 100644 (file)
@@ -1001,7 +1001,7 @@ static int __init vortex_eisa_init(void)
 
 /* returns count (>= 0), or negative on error */
 static int vortex_init_one(struct pci_dev *pdev,
-                                     const struct pci_device_id *ent)
+                          const struct pci_device_id *ent)
 {
        int rc, unit, pci_bar;
        struct vortex_chip_info *vci;
@@ -1088,9 +1088,8 @@ static const struct net_device_ops vortex_netdev_ops = {
  *
  * NOTE: pdev can be NULL, for the case of a Compaq device
  */
-static int vortex_probe1(struct device *gendev,
-                                  void __iomem *ioaddr, int irq,
-                                  int chip_idx, int card_idx)
+static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq,
+                        int chip_idx, int card_idx)
 {
        struct vortex_private *vp;
        int option;
index bc81de1b7d4f53325937a66ead5d7123419a9cef..fb3dd4399cf36e24cd4a1fe809333d140c8419f2 100644 (file)
@@ -81,7 +81,7 @@ static struct zorro_driver hydra_driver = {
 };
 
 static int hydra_init_one(struct zorro_dev *z,
-                                   const struct zorro_device_id *ent)
+                         const struct zorro_device_id *ent)
 {
     int err;
 
index ceb89d90230e92f11ebd0d9893fb1eb0735ad210..85ec4c2d2645582339eb7ecfa796e9b37fee91ad 100644 (file)
@@ -286,9 +286,8 @@ static const struct net_device_ops zorro8390_netdev_ops = {
 #endif
 };
 
-static int zorro8390_init(struct net_device *dev,
-                                   unsigned long board, const char *name,
-                                   unsigned long ioaddr)
+static int zorro8390_init(struct net_device *dev, unsigned long board,
+                         const char *name, unsigned long ioaddr)
 {
        int i;
        int err;
@@ -397,7 +396,7 @@ static int zorro8390_init(struct net_device *dev,
 }
 
 static int zorro8390_init_one(struct zorro_dev *z,
-                                       const struct zorro_device_id *ent)
+                             const struct zorro_device_id *ent)
 {
        struct net_device *dev;
        unsigned long board, ioaddr;
index d67c192b650569b009e3726e2b3c77f195e0b70f..549b77500579e823b60d34633555d482dff1c7b6 100644 (file)
@@ -642,7 +642,7 @@ static const struct net_device_ops netdev_ops = {
 };
 
 static int starfire_init_one(struct pci_dev *pdev,
-                                      const struct pci_device_id *ent)
+                            const struct pci_device_id *ent)
 {
        struct device *d = &pdev->dev;
        struct netdev_private *np;
index dfddce6342e58fc8a1dc3b87fbe04318e7649782..c0bc41a784ca253b012f327807e9d42a1ff0197b 100644 (file)
@@ -455,7 +455,7 @@ static const struct net_device_ops ace_netdev_ops = {
 };
 
 static int acenic_probe_one(struct pci_dev *pdev,
-               const struct pci_device_id *id)
+                           const struct pci_device_id *id)
 {
        struct net_device *dev;
        struct ace_private *ap;
@@ -2825,7 +2825,7 @@ static struct net_device_stats *ace_get_stats(struct net_device *dev)
 
 
 static void ace_copy(struct ace_regs __iomem *regs, const __be32 *src,
-                              u32 dest, int size)
+                    u32 dest, int size)
 {
        void __iomem *tdest;
        short tsize, i;
@@ -3091,8 +3091,7 @@ static void eeprom_stop(struct ace_regs __iomem *regs)
 /*
  * Read a whole byte from the EEPROM.
  */
-static int read_eeprom_byte(struct net_device *dev,
-                                  unsigned long offset)
+static int read_eeprom_byte(struct net_device *dev, unsigned long offset)
 {
        struct ace_private *ap = netdev_priv(dev);
        struct ace_regs __iomem *regs = ap->regs;
index 818f6d6cdbe08caa8cd01b923f33b54cbc6f42b0..3789affbc0e5cbff032f5cf225725fd4a80a013d 100644 (file)
@@ -640,7 +640,7 @@ static void lance_set_multicast(struct net_device *dev)
 }
 
 static int a2065_init_one(struct zorro_dev *z,
-                                   const struct zorro_device_id *ent);
+                         const struct zorro_device_id *ent);
 static void a2065_remove_one(struct zorro_dev *z);
 
 
@@ -671,7 +671,7 @@ static const struct net_device_ops lance_netdev_ops = {
 };
 
 static int a2065_init_one(struct zorro_dev *z,
-                                   const struct zorro_device_id *ent)
+                         const struct zorro_device_id *ent)
 {
        struct net_device *dev;
        struct lance_private *priv;
index 2ea7a231ef10fbc6af374db69c03c167e6e82ce6..98f4522fd17b7e69d3c524568d4b8c991ca80533 100644 (file)
@@ -711,7 +711,7 @@ static const struct net_device_ops ariadne_netdev_ops = {
 };
 
 static int ariadne_init_one(struct zorro_dev *z,
-                                     const struct zorro_device_id *ent)
+                           const struct zorro_device_id *ent)
 {
        unsigned long board = z->resource.start;
        unsigned long base_addr = board + ARIADNE_LANCE;
index 705333e0eff91d048523c1a494b100be2128a996..0c61fd50d8829f13789b7c3583000929de25084d 100644 (file)
@@ -46,10 +46,8 @@ struct hplance_private {
  * plus board-specific init, open and close actions.
  * Oh, and we need to tell the generic code how to read and write LANCE registers...
  */
-static int hplance_init_one(struct dio_dev *d,
-                               const struct dio_device_id *ent);
-static void hplance_init(struct net_device *dev,
-                               struct dio_dev *d);
+static int hplance_init_one(struct dio_dev *d, const struct dio_device_id *ent);
+static void hplance_init(struct net_device *dev, struct dio_dev *d);
 static void hplance_remove_one(struct dio_dev *d);
 static void hplance_writerap(void *priv, unsigned short value);
 static void hplance_writerdp(void *priv, unsigned short value);
@@ -83,8 +81,7 @@ static const struct net_device_ops hplance_netdev_ops = {
 };
 
 /* Find all the HP Lance boards and initialise them... */
-static int hplance_init_one(struct dio_dev *d,
-                               const struct dio_device_id *ent)
+static int hplance_init_one(struct dio_dev *d, const struct dio_device_id *ent)
 {
        struct net_device *dev;
        int err = -ENOMEM;
index 64dbffa0a7e2bc0d60097d31b622d4cf1da3a526..c2d696c88e4687c46233b017429f2fc86c9aca8f 100644 (file)
@@ -1305,8 +1305,8 @@ static const struct net_device_ops sparc_lance_ops = {
 };
 
 static int sparc_lance_probe_one(struct platform_device *op,
-                                          struct platform_device *ledma,
-                                          struct platform_device *lebuffer)
+                                struct platform_device *ledma,
+                                struct platform_device *lebuffer)
 {
        struct device_node *dp = op->dev.of_node;
        static unsigned version_printed;
index 44bee4a2b9b348ed1dffa352f57d0177afd46eca..56d3f697e0c7f0a05d8044a37f954c8d536f1c0a 100644 (file)
@@ -2442,8 +2442,7 @@ static int atl1c_init_netdev(struct net_device *netdev, struct pci_dev *pdev)
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  */
-static int atl1c_probe(struct pci_dev *pdev,
-                                const struct pci_device_id *ent)
+static int atl1c_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct atl1c_adapter *adapter;
index dec5d2cfd3865e06041a6782cafa1618d46e48b3..e4466a36d1063b38c71b3937ba5cc055482ab82a 100644 (file)
@@ -2235,8 +2235,7 @@ static int atl1e_init_netdev(struct net_device *netdev, struct pci_dev *pdev)
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  */
-static int atl1e_probe(struct pci_dev *pdev,
-                                const struct pci_device_id *ent)
+static int atl1e_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct atl1e_adapter *adapter = NULL;
index 3e7327ec3901898a130a13d419ec5a5735bea52a..71b3d7daa21d06c70e4b62732c91b04137342c64 100644 (file)
@@ -144,7 +144,7 @@ struct atl1_option {
 };
 
 static int atl1_validate_option(int *value, struct atl1_option *opt,
-       struct pci_dev *pdev)
+                               struct pci_dev *pdev)
 {
        if (*value == OPTION_UNSET) {
                *value = opt->def;
@@ -2934,8 +2934,7 @@ static const struct net_device_ops atl1_netdev_ops = {
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  */
-static int atl1_probe(struct pci_dev *pdev,
-       const struct pci_device_id *ent)
+static int atl1_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct atl1_adapter *adapter;
index 7dc9766bb5ba30bccd9e3b4775ab67d3b6ed9660..aab83a2d4e0770a2cb781c5e6062bdb42360e413 100644 (file)
@@ -1338,8 +1338,7 @@ static const struct net_device_ops atl2_netdev_ops = {
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  */
-static int atl2_probe(struct pci_dev *pdev,
-       const struct pci_device_id *ent)
+static int atl2_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct atl2_adapter *adapter;
index c64351f486cd6ed3ed99c24671509a246cb66208..219f6226fcb139a50795da6af0f4daa5a8ceb12a 100644 (file)
@@ -2142,7 +2142,7 @@ static const struct net_device_ops b44_netdev_ops = {
 };
 
 static int b44_init_one(struct ssb_device *sdev,
-                                 const struct ssb_device_id *ent)
+                       const struct ssb_device_id *ent)
 {
        struct net_device *dev;
        struct b44 *bp;
index 2f6a19bfad5a57453ffa6300ffbad0aa5193a63f..940ef859dc6054338b884abce2c519e0ba4a89ea 100644 (file)
@@ -9487,8 +9487,7 @@ static void bnx2x_prev_unload_close_mac(struct bnx2x *bp)
 #define BNX2X_PREV_UNDI_BD(val)                ((val) >> 16 & 0xffff)
 #define BNX2X_PREV_UNDI_PROD(rcq, bd)  ((bd) << 16 | (rcq))
 
-static void bnx2x_prev_unload_undi_inc(struct bnx2x *bp, u8 port,
-                                                u8 inc)
+static void bnx2x_prev_unload_undi_inc(struct bnx2x *bp, u8 port, u8 inc)
 {
        u16 rcq, bd;
        u32 tmp_reg = REG_RD(bp, BNX2X_PREV_UNDI_PROD_ADDR(port));
@@ -10072,8 +10071,7 @@ static int bnx2x_get_igu_cam_info(struct bnx2x *bp)
        return 0;
 }
 
-static void bnx2x_link_settings_supported(struct bnx2x *bp,
-                                                   u32 switch_cfg)
+static void bnx2x_link_settings_supported(struct bnx2x *bp, u32 switch_cfg)
 {
        int cfg_size = 0, idx, port = BP_PORT(bp);
 
@@ -11553,9 +11551,8 @@ static int bnx2x_set_coherency_mask(struct bnx2x *bp)
        return 0;
 }
 
-static int bnx2x_init_dev(struct pci_dev *pdev,
-                                   struct net_device *dev,
-                                   unsigned long board_type)
+static int bnx2x_init_dev(struct pci_dev *pdev, struct net_device *dev,
+                         unsigned long board_type)
 {
        struct bnx2x *bp;
        int rc;
@@ -11735,8 +11732,7 @@ err_out:
        return rc;
 }
 
-static void bnx2x_get_pcie_width_speed(struct bnx2x *bp,
-                                                int *width, int *speed)
+static void bnx2x_get_pcie_width_speed(struct bnx2x *bp, int *width, int *speed)
 {
        u32 val = REG_RD(bp, PCICFG_OFFSET + PCICFG_LINK_CONTROL);
 
@@ -12042,8 +12038,7 @@ static int bnx2x_get_num_non_def_sbs(struct pci_dev *pdev,
 
 struct cnic_eth_dev *bnx2x_cnic_probe(struct net_device *);
 
-static int bnx2x_init_one(struct pci_dev *pdev,
-                                   const struct pci_device_id *ent)
+static int bnx2x_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev = NULL;
        struct bnx2x *bp;
index 3f7b1c309c63df0b13106d4bb7f37c0913b44101..78ea90c40e1902af09272a80b09010da52ae6c6b 100644 (file)
@@ -14873,8 +14873,7 @@ static bool tg3_10_100_only_device(struct tg3 *tp,
        return false;
 }
 
-static int tg3_get_invariants(struct tg3 *tp,
-                                       const struct pci_device_id *ent)
+static int tg3_get_invariants(struct tg3 *tp, const struct pci_device_id *ent)
 {
        u32 misc_ctrl_reg;
        u32 pci_state_reg, grc_misc_cfg;
index 5f60623dd7fdd3018b3e1b40e4c51ba46bca2c2d..c8fdeaae56c0a70bbb28e147979738f5533e2fdb 100644 (file)
@@ -974,8 +974,7 @@ static const struct net_device_ops cxgb_netdev_ops = {
 #endif
 };
 
-static int init_one(struct pci_dev *pdev,
-                             const struct pci_device_id *ent)
+static int init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        static int version_printed;
 
index 5328804779f4095ed97633f8870954d538664e8b..d84872e8817131233c9f949615ec9b0492d1ebe8 100644 (file)
@@ -2059,8 +2059,7 @@ static void espibug_workaround(unsigned long data)
 /*
  * Creates a t1_sge structure and returns suggested resource parameters.
  */
-struct sge *t1_sge_create(struct adapter *adapter,
-                                    struct sge_params *p)
+struct sge *t1_sge_create(struct adapter *adapter, struct sge_params *p)
 {
        struct sge *sge = kzalloc(sizeof(*sge), GFP_KERNEL);
        int i;
index 9527dc196f87b6d7ae303a49c4ef3226bfaf2c35..e0a03a31e7c487489006aa57594d86cfb73e27b0 100644 (file)
@@ -893,7 +893,7 @@ static void power_sequence_xpak(adapter_t* adapter)
 }
 
 int t1_get_board_rev(adapter_t *adapter, const struct board_info *bi,
-                              struct adapter_params *p)
+                    struct adapter_params *p)
 {
        p->chip_version = bi->chip_term;
        p->is_asic = (p->chip_version != CHBT_TERM_FPGA);
@@ -1029,7 +1029,7 @@ void t1_free_sw_modules(adapter_t *adapter)
 }
 
 static void init_link_config(struct link_config *lc,
-                                      const struct board_info *bi)
+                            const struct board_info *bi)
 {
        lc->supported = bi->caps;
        lc->requested_speed = lc->speed = SPEED_INVALID;
@@ -1049,8 +1049,7 @@ static void init_link_config(struct link_config *lc,
  * Allocate and initialize the data structures that hold the SW state of
  * the Terminator HW modules.
  */
-int t1_init_sw_modules(adapter_t *adapter,
-                                const struct board_info *bi)
+int t1_init_sw_modules(adapter_t *adapter, const struct board_info *bi)
 {
        unsigned int i;
 
index 4aa3b21c6f7f85a0d4859df8e4acc9b6c8347be7..f15ee326d5c19414563b30abbb66ba780fd59b00 100644 (file)
@@ -3108,8 +3108,7 @@ static int cxgb_enable_msix(struct adapter *adap)
        return err;
 }
 
-static void print_port_info(struct adapter *adap,
-                                     const struct adapter_info *ai)
+static void print_port_info(struct adapter *adap, const struct adapter_info *ai)
 {
        static const char *pci_variant[] = {
                "PCI", "PCI-X", "PCI-X ECC", "PCI-X 266", "PCI Express"
@@ -3176,8 +3175,7 @@ static void cxgb3_init_iscsi_mac(struct net_device *dev)
 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN)
 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
                        NETIF_F_IPV6_CSUM | NETIF_F_HIGHDMA)
-static int init_one(struct pci_dev *pdev,
-                             const struct pci_device_id *ent)
+static int init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        static int version_printed;
 
index bef893d4c68a92c56339b4327b467eacbac0ffce..130dd9d5b493d6600a0e68194a1a4919a414151b 100644 (file)
@@ -2149,7 +2149,7 @@ static const struct file_operations mem_debugfs_fops = {
 };
 
 static void add_debugfs_mem(struct adapter *adap, const char *name,
-                                     unsigned int idx, unsigned int size_mb)
+                           unsigned int idx, unsigned int size_mb)
 {
        struct dentry *de;
 
@@ -4419,8 +4419,7 @@ static void free_some_resources(struct adapter *adapter)
 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
                   NETIF_F_IPV6_CSUM | NETIF_F_HIGHDMA)
 
-static int init_one(struct pci_dev *pdev,
-                             const struct pci_device_id *ent)
+static int init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        int func, i, err;
        struct port_info *pi;
index 8ea773630d10d6a58b12ebdc188e607ab269c559..45f2bea2e929b098ce2fa90be9987406c66c8d05 100644 (file)
@@ -3440,8 +3440,7 @@ int t4_handle_fw_rpl(struct adapter *adap, const __be64 *rpl)
        return 0;
 }
 
-static void get_pci_mode(struct adapter *adapter,
-                                  struct pci_params *p)
+static void get_pci_mode(struct adapter *adapter, struct pci_params *p)
 {
        u16 val;
 
@@ -3460,8 +3459,7 @@ static void get_pci_mode(struct adapter *adapter,
  *     Initializes the SW state maintained for each link, including the link's
  *     capabilities and default speed/flow-control/autonegotiation settings.
  */
-static void init_link_config(struct link_config *lc,
-                                      unsigned int caps)
+static void init_link_config(struct link_config *lc, unsigned int caps)
 {
        lc->supported = caps;
        lc->requested_speed = 0;
index f866eb5e35defe42a84de1444fc6d096330361e7..0188df705719d8d601c6d4dd4685f1f762c023f6 100644 (file)
@@ -2463,7 +2463,7 @@ static const struct net_device_ops cxgb4vf_netdev_ops     = {
  * the PF Driver ...
  */
 static int cxgb4vf_pci_probe(struct pci_dev *pdev,
-                                      const struct pci_device_id *ent)
+                            const struct pci_device_id *ent)
 {
        static int version_printed;
 
index 9b70cccf84378474dce2b06f49e246ac1f1e2341..7127c7b9efdeb59474554b70c71b52754a26bc24 100644 (file)
@@ -253,8 +253,7 @@ static int hash_mac_addr(const u8 *addr)
  *     Initializes the SW state maintained for each link, including the link's
  *     capabilities and default speed/flow-control/autonegotiation settings.
  */
-static void init_link_config(struct link_config *lc,
-                                      unsigned int caps)
+static void init_link_config(struct link_config *lc, unsigned int caps)
 {
        lc->supported = caps;
        lc->requested_speed = 0;
index 930f03bd1263e675f063ff0b1206c5f073075182..64866ff1aea0d9894f2a296ebed80324e5638f15 100644 (file)
@@ -2275,8 +2275,7 @@ static void enic_iounmap(struct enic *enic)
                        iounmap(enic->bar[i].vaddr);
 }
 
-static int enic_probe(struct pci_dev *pdev,
-       const struct pci_device_id *ent)
+static int enic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct device *dev = &pdev->dev;
        struct net_device *netdev;
index 0918e3879abebbb2af92c80f557312a9e9384906..eaab73cf27caffbbabb2904c47be6fc7941f5303 100644 (file)
@@ -1962,8 +1962,7 @@ static const struct net_device_ops de_netdev_ops = {
        .ndo_validate_addr      = eth_validate_addr,
 };
 
-static int de_init_one(struct pci_dev *pdev,
-                      const struct pci_device_id *ent)
+static int de_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev;
        struct de_private *de;
index c411aedd8e60013149a15beefeec35ff8ea1062b..4c830030fb06ca23056f67a6aebe815a79d57841 100644 (file)
@@ -2104,7 +2104,7 @@ static struct eisa_driver de4x5_eisa_driver = {
         .driver   = {
                 .name    = "de4x5",
                 .probe   = de4x5_eisa_probe,
-               .remove  = de4x5_eisa_remove,
+               .remove  = de4x5_eisa_remove,
         }
 };
 MODULE_DEVICE_TABLE(eisa, de4x5_eisa_ids);
index 56a8fe7d4ef26f1d05566ed9fe749fc19add0891..83139307861cd720edfd78d71d7abbe6b2265ff5 100644 (file)
@@ -367,8 +367,7 @@ static const struct net_device_ops netdev_ops = {
  *     Search DM910X board ,allocate space and register it
  */
 
-static int dmfe_init_one(struct pci_dev *pdev,
-                        const struct pci_device_id *ent)
+static int dmfe_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct dmfe_board_info *db;     /* board information structure */
        struct net_device *dev;
index 157c8e6e93f9045ee0c97a9cc998bc4feb3b0e50..1e9443d9fb5732fffa352683de3a019679c7f6b8 100644 (file)
@@ -1191,8 +1191,7 @@ static void set_rx_mode(struct net_device *dev)
 }
 
 #ifdef CONFIG_TULIP_MWI
-static void tulip_mwi_config(struct pci_dev *pdev,
-                            struct net_device *dev)
+static void tulip_mwi_config(struct pci_dev *pdev, struct net_device *dev)
 {
        struct tulip_private *tp = netdev_priv(dev);
        u8 cache;
@@ -1301,8 +1300,7 @@ DEFINE_PCI_DEVICE_TABLE(early_486_chipsets) = {
        { },
 };
 
-static int tulip_init_one(struct pci_dev *pdev,
-                         const struct pci_device_id *ent)
+static int tulip_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct tulip_private *tp;
        /* See note below on the multiport cards. */
index 0a1bda857e76ea59a70ede9bcf6fbe7ea5def240..c7b04ecf5b497ea26f969ce52eeaffccfc0ee5ef 100644 (file)
@@ -358,8 +358,7 @@ static const struct net_device_ops netdev_ops = {
        .ndo_validate_addr      = eth_validate_addr,
 };
 
-static int w840_probe1(struct pci_dev *pdev,
-                      const struct pci_device_id *ent)
+static int w840_probe1(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev;
        struct netdev_private *np;
index b003abc24227136334550e2fbf8d046e6ce56557..f95612b907aea3a8341752f3e02f3446b432007e 100644 (file)
@@ -3994,8 +3994,7 @@ static inline char *func_name(struct be_adapter *adapter)
        return be_physfn(adapter) ? "PF" : "VF";
 }
 
-static int be_probe(struct pci_dev *pdev,
-                       const struct pci_device_id *pdev_id)
+static int be_probe(struct pci_dev *pdev, const struct pci_device_id *pdev_id)
 {
        int status = 0;
        struct be_adapter *adapter;
index 519c2895e8f7c8b7b77afdaaa6ec2a0bc5485b06..c706b7a9397ed6f13dedfee142f99ae50a98ff98 100644 (file)
@@ -478,7 +478,7 @@ static const struct net_device_ops netdev_ops = {
 };
 
 static int fealnx_init_one(struct pci_dev *pdev,
-                                    const struct pci_device_id *ent)
+                          const struct pci_device_id *ent)
 {
        struct netdev_private *np;
        int i, option, err, irq;
index 3f35b6a983e945a1c80a13af98bd449cff8661f2..2bafbd37c247ab52802e64b531ac2e7ccc5e148a 100644 (file)
@@ -108,8 +108,7 @@ static struct mdiobb_ops bb_ops = {
        .get_mdio_data = mdio_read,
 };
 
-static int fs_mii_bitbang_init(struct mii_bus *bus,
-                                         struct device_node *np)
+static int fs_mii_bitbang_init(struct mii_bus *bus, struct device_node *np)
 {
        struct resource res;
        const u32 *data;
index 598e576ddf51cd59d69ef1427fe192efa4dba97e..e3c7c697fc45c2e1c5670cdc6a04b6d93083a40c 100644 (file)
@@ -447,8 +447,8 @@ static const struct net_device_ops hp100_netdev_ops = {
        .ndo_validate_addr      = eth_validate_addr,
 };
 
-static int hp100_probe1(struct net_device *dev, int ioaddr,
-                                 u_char bus, struct pci_dev *pci_dev)
+static int hp100_probe1(struct net_device *dev, int ioaddr, u_char bus,
+                       struct pci_dev *pci_dev)
 {
        int i;
        int err = -ENODEV;
@@ -2878,7 +2878,7 @@ static struct eisa_driver hp100_eisa_driver = {
         .driver   = {
                 .name    = "hp100",
                 .probe   = hp100_eisa_probe,
-               .remove  = hp100_eisa_remove,
+               .remove  = hp100_eisa_remove,
         }
 };
 #endif
index e238130574cace3add20fbdd8b1d1bf1ddf5b069..19b64de7124b9ae51e0649b887bc1b208c7627b3 100644 (file)
@@ -99,7 +99,7 @@ static struct ehea_bcmc_reg_array ehea_bcmc_regs;
 
 
 static int ehea_probe_adapter(struct platform_device *dev,
-                                       const struct of_device_id *id);
+                             const struct of_device_id *id);
 
 static int ehea_remove(struct platform_device *dev);
 
@@ -3258,7 +3258,7 @@ static void ehea_remove_device_sysfs(struct platform_device *dev)
 }
 
 static int ehea_probe_adapter(struct platform_device *dev,
-                                       const struct of_device_id *id)
+                             const struct of_device_id *id)
 {
        struct ehea_adapter *adapter;
        const u64 *adapter_handle;
index c791ad3907b2345eabfa283e26f46eca38228d93..256bdb8e19948390eeb4e73513b475e377350849 100644 (file)
@@ -2262,7 +2262,7 @@ struct emac_depentry {
 #define        EMAC_DEP_COUNT          6
 
 static int emac_check_deps(struct emac_instance *dev,
-                                    struct emac_depentry *deps)
+                          struct emac_depentry *deps)
 {
        int i, there = 0;
        struct device_node *np;
@@ -2314,8 +2314,8 @@ static void emac_put_deps(struct emac_instance *dev)
                of_dev_put(dev->tah_dev);
 }
 
-static int emac_of_bus_notify(struct notifier_block *nb,
-                                       unsigned long action, void *data)
+static int emac_of_bus_notify(struct notifier_block *nb, unsigned long action,
+                             void *data)
 {
        /* We are only intereted in device addition */
        if (action == BUS_NOTIFY_BOUND_DRIVER)
@@ -2368,7 +2368,7 @@ static int emac_wait_deps(struct emac_instance *dev)
 }
 
 static int emac_read_uint_prop(struct device_node *np, const char *name,
-                                        u32 *val, int fatal)
+                              u32 *val, int fatal)
 {
        int len;
        const u32 *prop = of_get_property(np, name, &len);
index 8becaaf6eb5c5a2c439172171e5ac3d7489e7528..50ea12bfb579ebe47fd2d58ed082810e6e513cfa 100644 (file)
@@ -33,8 +33,7 @@
 
 static int mal_count;
 
-int mal_register_commac(struct mal_instance    *mal,
-                                 struct mal_commac     *commac)
+int mal_register_commac(struct mal_instance *mal, struct mal_commac *commac)
 {
        unsigned long flags;
 
index 35485f2c144c2366edc6f165ba8e03c06aadf929..f2fdbb79837eafcc7baf00d070efb48251bd1f7a 100644 (file)
@@ -1324,8 +1324,7 @@ static const struct net_device_ops ibmveth_netdev_ops = {
 #endif
 };
 
-static int ibmveth_probe(struct vio_dev *dev,
-                                  const struct vio_device_id *id)
+static int ibmveth_probe(struct vio_dev *dev, const struct vio_device_id *id)
 {
        int rc, i;
        struct net_device *netdev;
index f80ae745908d5022f0acedee8344aaf7fa86c742..068d78151658819ba5a88895df55942d59134e83 100644 (file)
@@ -2199,8 +2199,7 @@ static const struct net_device_ops ipg_netdev_ops = {
        .ndo_validate_addr      = eth_validate_addr,
 };
 
-static int ipg_probe(struct pci_dev *pdev,
-                              const struct pci_device_id *id)
+static int ipg_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 {
        unsigned int i = id->driver_data;
        struct ipg_nic_private *sp;
index 50c20509862694e14c2b14c8eb29a1837efa0f51..a59f0779e1c3a00a2603c54eb21343cd962945b5 100644 (file)
@@ -2829,8 +2829,7 @@ static const struct net_device_ops e100_netdev_ops = {
        .ndo_set_features       = e100_set_features,
 };
 
-static int e100_probe(struct pci_dev *pdev,
-       const struct pci_device_id *ent)
+static int e100_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct nic *nic;
index 840fb0d39034a225afd539fb46f7a385f2bf446c..294da56b824c3d0c4259b76f01858c80914fccbf 100644 (file)
@@ -938,8 +938,7 @@ static int e1000_init_hw_struct(struct e1000_adapter *adapter,
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  **/
-static int e1000_probe(struct pci_dev *pdev,
-                                const struct pci_device_id *ent)
+static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct e1000_adapter *adapter;
index 4e19aa0657f4101a4ba8639b84a560ce8b5752b6..750fc0194f3731d52de240aae5d29b7a4ac0f220 100644 (file)
@@ -206,8 +206,8 @@ struct e1000_option {
 };
 
 static int e1000_validate_option(unsigned int *value,
-                                          const struct e1000_option *opt,
-                                          struct e1000_adapter *adapter)
+                                const struct e1000_option *opt,
+                                struct e1000_adapter *adapter)
 {
        if (*value == OPTION_UNSET) {
                *value = opt->def;
index 829e81471ae73b75f530ba925933429309cd1a82..fbf75fdca99422743f35d3d9a114fcdef235563f 100644 (file)
@@ -6024,8 +6024,7 @@ static const struct net_device_ops e1000e_netdev_ops = {
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  **/
-static int e1000_probe(struct pci_dev *pdev,
-                                const struct pci_device_id *ent)
+static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct e1000_adapter *adapter;
index b3beed2232fd5f594dfcb989a780923f5b2d1975..89d536dd7ff51e3cbcd688f682cd00a84e000ce7 100644 (file)
@@ -173,8 +173,8 @@ struct e1000_option {
 };
 
 static int e1000_validate_option(unsigned int *value,
-                                          const struct e1000_option *opt,
-                                          struct e1000_adapter *adapter)
+                                const struct e1000_option *opt,
+                                struct e1000_adapter *adapter)
 {
        if (*value == OPTION_UNSET) {
                *value = opt->def;
index 06513d9e9fb70855bc46b573eab71bf961ec139e..31cfe2ec75dfb32b7da36311214c0ac2606015f4 100644 (file)
@@ -1833,8 +1833,7 @@ void igb_set_fw_version(struct igb_adapter *adapter)
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  **/
-static int igb_probe(struct pci_dev *pdev,
-                              const struct pci_device_id *ent)
+static int igb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct igb_adapter *adapter;
index b494309ee942f6c502ad1574432acea0a5044e80..277f5dfe3d900dede1ff0cc83a061a2cc92a6ed4 100644 (file)
@@ -2618,8 +2618,7 @@ static const struct net_device_ops igbvf_netdev_ops = {
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  **/
-static int igbvf_probe(struct pci_dev *pdev,
-                                 const struct pci_device_id *ent)
+static int igbvf_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct igbvf_adapter *adapter;
index fb165b6ffada5961773353e7f99d63b07f4465fa..20a5af6d87d0e8747027964ba01a03bd7e3ca24c 100644 (file)
@@ -7186,8 +7186,7 @@ int ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  **/
-static int ixgbe_probe(struct pci_dev *pdev,
-                                const struct pci_device_id *ent)
+static int ixgbe_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct ixgbe_adapter *adapter = NULL;
index 1e2f02ac268d67d37dbdd2d658fc7f0b635388e7..257357ae66c365169d6130306d9180789965c98e 100644 (file)
@@ -3242,8 +3242,7 @@ static void ixgbevf_assign_netdev_ops(struct net_device *dev)
  * The OS initialization, configuring of the adapter private structure,
  * and a hardware reset occur.
  **/
-static int ixgbevf_probe(struct pci_dev *pdev,
-                                  const struct pci_device_id *ent)
+static int ixgbevf_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *netdev;
        struct ixgbevf_adapter *adapter = NULL;
index 3d66e959a0cce696a64e26bbcf4bb67f929dcf95..5544a1fe2f948f5e64ab2c38e00df0aa82255efa 100644 (file)
@@ -3869,8 +3869,7 @@ static void skge_show_addr(struct net_device *dev)
 
 static int only_32bit_dma;
 
-static int skge_probe(struct pci_dev *pdev,
-                               const struct pci_device_id *ent)
+static int skge_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev, *dev1;
        struct skge_hw *hw;
index 6ddfbcae78072306cb77686d16af28244113ecbb..3269eb38cc576924a958354b9e664b1a92b26dd2 100644 (file)
@@ -4741,9 +4741,8 @@ static const struct net_device_ops sky2_netdev_ops[2] = {
 };
 
 /* Initialize network device */
-static struct net_device *sky2_init_netdev(struct sky2_hw *hw,
-                                                    unsigned port,
-                                                    int highmem, int wol)
+static struct net_device *sky2_init_netdev(struct sky2_hw *hw, unsigned port,
+                                          int highmem, int wol)
 {
        struct sky2_port *sky2;
        struct net_device *dev = alloc_etherdev(sizeof(*sky2));
@@ -4896,8 +4895,7 @@ static const char *sky2_name(u8 chipid, char *buf, int sz)
        return buf;
 }
 
-static int sky2_probe(struct pci_dev *pdev,
-                               const struct pci_device_id *ent)
+static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev, *dev1;
        struct sky2_hw *hw;
index 340551eebedfe6adedb093c2116cebda57b896c8..200cc0ec805226506623a90e501f0db527a1dd41 100644 (file)
@@ -2224,8 +2224,7 @@ err_disable_pdev:
        return err;
 }
 
-static int mlx4_init_one(struct pci_dev *pdev,
-                                  const struct pci_device_id *id)
+static int mlx4_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 {
        printk_once(KERN_INFO "%s", mlx4_version);
 
index f3f09b18a707c5ba14875341ee6ce4043defa880..093d594435e136db52fff20587d64f23e92df569 100644 (file)
@@ -6919,8 +6919,7 @@ static void read_other_addr(struct ksz_hw *hw)
 #define PCI_VENDOR_ID_MICREL_KS                0x16c6
 #endif
 
-static int pcidev_init(struct pci_dev *pdev,
-       const struct pci_device_id *id)
+static int pcidev_init(struct pci_dev *pdev, const struct pci_device_id *id)
 {
        struct net_device *dev;
        struct dev_priv *priv;
index eaddbb7c24abf848bb9f16ac23f0e2ab41901846..0ffde69c8d015e12db0e5943078b225fbfbd40e1 100644 (file)
@@ -421,8 +421,7 @@ static int mac_onboard_sonic_probe(struct net_device *dev)
 }
 
 static int mac_nubus_sonic_ethernet_addr(struct net_device *dev,
-                                               unsigned long prom_addr,
-                                               int id)
+                                        unsigned long prom_addr, int id)
 {
        int i;
        for(i = 0; i < 6; i++)
index 77f7cd37ad30f9ea5e0d170a6f97b56aab5a9c95..f4ad60c97eae4b0f271923694b19dd187416445c 100644 (file)
@@ -797,8 +797,7 @@ static const struct net_device_ops natsemi_netdev_ops = {
 #endif
 };
 
-static int natsemi_probe1(struct pci_dev *pdev,
-                         const struct pci_device_id *ent)
+static int natsemi_probe1(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev;
        struct netdev_private *np;
index 0281755200a71ab60714596115a882fc10e3bc18..77c070de621ee09145ea9c94dca1a8e1c0f9b831 100644 (file)
@@ -1942,7 +1942,7 @@ static const struct net_device_ops netdev_ops = {
 };
 
 static int ns83820_init_one(struct pci_dev *pci_dev,
-                                     const struct pci_device_id *id)
+                           const struct pci_device_id *id)
 {
        struct net_device *ndev;
        struct ns83820 *dev;
index 032f9b6d850dca550bc88330bc1e605098154152..d89b6ed82c51ac37d18dda4bfdd9937a0605c7f7 100644 (file)
@@ -1075,8 +1075,7 @@ static inline void SPECIAL_REG_WRITE(u64 val, void __iomem *addr, int order)
 /*
  * Prototype declaration.
  */
-static int s2io_init_nic(struct pci_dev *pdev,
-                                  const struct pci_device_id *pre);
+static int s2io_init_nic(struct pci_dev *pdev, const struct pci_device_id *pre);
 static void s2io_rem_nic(struct pci_dev *pdev);
 static int init_shared_mem(struct s2io_nic *sp);
 static void free_shared_mem(struct s2io_nic *sp);
index bb5770fc650388fcbb23df8b9888f2dd39a11bc1..7c87105ca04999d55d4fea2f5f2adc9d3846a660 100644 (file)
@@ -3372,9 +3372,8 @@ static const struct net_device_ops vxge_netdev_ops = {
 };
 
 static int vxge_device_register(struct __vxge_hw_device *hldev,
-                                         struct vxge_config *config,
-                                         int high_dma, int no_of_vpath,
-                                         struct vxgedev **vdev_out)
+                               struct vxge_config *config, int high_dma,
+                               int no_of_vpath, struct vxgedev **vdev_out)
 {
        struct net_device *ndev;
        enum vxge_hw_status status = VXGE_HW_OK;
@@ -3672,9 +3671,8 @@ static void verify_bandwidth(void)
 /*
  * Vpath configuration
  */
-static int vxge_config_vpaths(
-                       struct vxge_hw_device_config *device_config,
-                       u64 vpath_mask, struct vxge_config *config_param)
+static int vxge_config_vpaths(struct vxge_hw_device_config *device_config,
+                             u64 vpath_mask, struct vxge_config *config_param)
 {
        int i, no_of_vpaths = 0, default_no_vpath = 0, temp;
        u32 txdl_size, txdl_per_memblock;
@@ -3859,9 +3857,8 @@ static int vxge_config_vpaths(
 }
 
 /* initialize device configuratrions */
-static void vxge_device_config_init(
-                               struct vxge_hw_device_config *device_config,
-                               int *intr_type)
+static void vxge_device_config_init(struct vxge_hw_device_config *device_config,
+                                   int *intr_type)
 {
        /* Used for CQRQ/SRQ. */
        device_config->dma_blockpool_initial =
index 2800c449de4e8d7d3b3eb86bb625c1127e8d1c3d..fbaed4fa72fa01798ec058b2381c9af381839eab 100644 (file)
@@ -368,7 +368,7 @@ static const struct net_device_ops netdev_ops = {
 };
 
 static int yellowfin_init_one(struct pci_dev *pdev,
-                                       const struct pci_device_id *ent)
+                             const struct pci_device_id *ent)
 {
        struct net_device *dev;
        struct yellowfin_private *np;
index df6eb27fa101e97c6f89ea314b5bd562994ccf2f..67a679aaf29adf949a2b8dfa79e230b308807615 100644 (file)
@@ -3770,7 +3770,7 @@ static const struct net_device_ops ql3xxx_netdev_ops = {
 };
 
 static int ql3xxx_probe(struct pci_dev *pdev,
-                                 const struct pci_device_id *pci_entry)
+                       const struct pci_device_id *pci_entry)
 {
        struct net_device *ndev = NULL;
        struct ql3_adapter *qdev = NULL;
index 8d58092bd060a75c73bc9fe7d626e63bfde39167..a7554d9aab0cc2b5a7804fcd3e97ac6b4da01182 100644 (file)
@@ -54,8 +54,7 @@ static int qlcnic_config_npars;
 module_param(qlcnic_config_npars, int, 0444);
 MODULE_PARM_DESC(qlcnic_config_npars, "Configure NPARs (0=disabled, 1=enabled");
 
-static int qlcnic_probe(struct pci_dev *pdev,
-               const struct pci_device_id *ent);
+static int qlcnic_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
 static void qlcnic_remove(struct pci_dev *pdev);
 static int qlcnic_open(struct net_device *netdev);
 static int qlcnic_close(struct net_device *netdev);
index cae881c18f0be461f64b9f5e4699a4100b83551a..f80cd975daed2b84a31af47db58b828d28139638 100644 (file)
@@ -4491,8 +4491,8 @@ static void ql_release_all(struct pci_dev *pdev)
        pci_set_drvdata(pdev, NULL);
 }
 
-static int ql_init_device(struct pci_dev *pdev,
-                                   struct net_device *ndev, int cards_found)
+static int ql_init_device(struct pci_dev *pdev, struct net_device *ndev,
+                         int cards_found)
 {
        struct ql_adapter *qdev = netdev_priv(ndev);
        int err = 0;
@@ -4657,7 +4657,7 @@ static void ql_timer(unsigned long data)
 }
 
 static int qlge_probe(struct pci_dev *pdev,
-                               const struct pci_device_id *pci_entry)
+                     const struct pci_device_id *pci_entry)
 {
        struct net_device *ndev = NULL;
        struct ql_adapter *qdev = NULL;
index ae27e4463f9715583da831a5448b6eb11bc57d78..63c13125db6c9d0a58dcc70438d4af4058bcfd1e 100644 (file)
@@ -1073,8 +1073,7 @@ static int r6040_mii_probe(struct net_device *dev)
        return 0;
 }
 
-static int r6040_init_one(struct pci_dev *pdev,
-                                        const struct pci_device_id *ent)
+static int r6040_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev;
        struct r6040_private *lp;
index e95cc7bb2e02667b401902d12e64024b82975d44..bf57b3cb16abdbc1e89e8aaa83c99a9c47888552 100644 (file)
@@ -2670,7 +2670,7 @@ static int efx_pci_probe_main(struct efx_nic *efx)
  * interfaces is brought up (i.e. efx_net_open).
  */
 static int efx_pci_probe(struct pci_dev *pci_dev,
-                                  const struct pci_device_id *entry)
+                        const struct pci_device_id *entry)
 {
        struct net_device *net_dev;
        struct efx_nic *efx;
index 4b1deec9189af4d14a47a380d1f1a77a67ae8a96..dc171b4961e47f2a0b0b3247701da908d1dbd601 100644 (file)
@@ -1229,8 +1229,7 @@ static const struct net_device_ops ioc3_netdev_ops = {
        .ndo_change_mtu         = eth_change_mtu,
 };
 
-static int ioc3_probe(struct pci_dev *pdev,
-       const struct pci_device_id *ent)
+static int ioc3_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        unsigned int sw_physid1, sw_physid2;
        struct net_device *dev = NULL;
index 2103449a2dfe215b7b866291f5e2825b4da51a04..b2315324cc6d77cbd97195b923bbb4952b1d5bc5 100644 (file)
@@ -1395,8 +1395,7 @@ static const struct net_device_ops sc92031_netdev_ops = {
 #endif
 };
 
-static int sc92031_probe(struct pci_dev *pdev,
-               const struct pci_device_id *id)
+static int sc92031_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 {
        int err;
        void __iomem* port_base;
index c114c4f9cea840f318489d2783233df2a4329019..9a9c379420d120049bb43e53da5849be904d234d 100644 (file)
@@ -1574,7 +1574,7 @@ static void sis190_set_rgmii(struct sis190_private *tp, u8 reg)
 }
 
 static int sis190_get_mac_addr_from_eeprom(struct pci_dev *pdev,
-                                                    struct net_device *dev)
+                                          struct net_device *dev)
 {
        struct sis190_private *tp = netdev_priv(dev);
        void __iomem *ioaddr = tp->mmio_addr;
@@ -1616,7 +1616,7 @@ static int sis190_get_mac_addr_from_eeprom(struct pci_dev *pdev,
  *     MAC address is read into @net_dev->dev_addr.
  */
 static int sis190_get_mac_addr_from_apc(struct pci_dev *pdev,
-                                                 struct net_device *dev)
+                                       struct net_device *dev)
 {
        static const u16 ids[] = { 0x0965, 0x0966, 0x0968 };
        struct sis190_private *tp = netdev_priv(dev);
@@ -1693,8 +1693,7 @@ static inline void sis190_init_rxfilter(struct net_device *dev)
        SIS_PCI_COMMIT();
 }
 
-static int sis190_get_mac_addr(struct pci_dev *pdev,
-                                        struct net_device *dev)
+static int sis190_get_mac_addr(struct pci_dev *pdev, struct net_device *dev)
 {
        int rc;
 
@@ -1846,7 +1845,7 @@ static const struct net_device_ops sis190_netdev_ops = {
 };
 
 static int sis190_init_one(struct pci_dev *pdev,
-                                    const struct pci_device_id *ent)
+                          const struct pci_device_id *ent)
 {
        static int printed_version = 0;
        struct sis190_private *tp;
index 88c6c4243cb3568d765c02857944e40a5fcafdef..5bffd9749a58e0e658a7413cf39ea7d21697756e 100644 (file)
@@ -435,7 +435,7 @@ static const struct net_device_ops sis900_netdev_ops = {
  */
 
 static int sis900_probe(struct pci_dev *pci_dev,
-                               const struct pci_device_id *pci_id)
+                       const struct pci_device_id *pci_id)
 {
        struct sis900_private *sis_priv;
        struct net_device *net_dev;
index 347cccbeb53c52372c712733e26fc2faef524b96..03b256af7ed5f8c68a75a47cea63cf8f6bc7bb2e 100644 (file)
@@ -318,8 +318,7 @@ static const struct net_device_ops epic_netdev_ops = {
        .ndo_validate_addr      = eth_validate_addr,
 };
 
-static int epic_init_one(struct pci_dev *pdev,
-                                  const struct pci_device_id *ent)
+static int epic_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        static int card_idx = -1;
        void __iomem *ioaddr;
index b085692f389360dca615ded9ab40bc043aa178a4..022b45bc14ff15eae3703df8131938212bd0bf68 100644 (file)
@@ -1854,7 +1854,7 @@ static int smc_findirq(struct smc_local *lp)
  * o  GRAB the region
  */
 static int smc_probe(struct net_device *dev, void __iomem *ioaddr,
-                           unsigned long irq_flags)
+                    unsigned long irq_flags)
 {
        struct smc_local *lp = netdev_priv(dev);
        static int version_printed = 0;
index c52a5cefa1925a273a31a6aa60f9194605a72d91..39a7a49d98e04c016b1029de18c5c3d1dae49e40 100644 (file)
@@ -1032,7 +1032,7 @@ static int smsc911x_mii_probe(struct net_device *dev)
 }
 
 static int smsc911x_mii_init(struct platform_device *pdev,
-                                      struct net_device *dev)
+                            struct net_device *dev)
 {
        struct smsc911x_data *pdata = netdev_priv(dev);
        int err = -ENXIO, i;
@@ -2296,9 +2296,8 @@ static const struct smsc911x_ops shifted_smsc911x_ops = {
 };
 
 #ifdef CONFIG_OF
-static int smsc911x_probe_config_dt(
-                               struct smsc911x_platform_config *config,
-                               struct device_node *np)
+static int smsc911x_probe_config_dt(struct smsc911x_platform_config *config,
+                                   struct device_node *np)
 {
        const char *mac;
        u32 width = 0;
index 5cf9eb6dd65f1e27dbb50fe3314a9e269a171089..064eaac9616f59a03e178a259371d1a10c14b7ca 100644 (file)
@@ -62,7 +62,7 @@ static void stmmac_default_data(void)
  * to take "ownership" of the device or an error code(-ve no) otherwise.
  */
 static int stmmac_pci_probe(struct pci_dev *pdev,
-                                     const struct pci_device_id *id)
+                           const struct pci_device_id *id)
 {
        int ret = 0;
        void __iomem *addr = NULL;
index b77b913df116eb0f774608706a4727d6d41a8425..b43d68b40e50f6156ea10ccfad3f0924d04d1b01 100644 (file)
@@ -30,8 +30,8 @@
 
 #ifdef CONFIG_OF
 static int stmmac_probe_config_dt(struct platform_device *pdev,
-                                           struct plat_stmmacenet_data *plat,
-                                           const char **mac)
+                                 struct plat_stmmacenet_data *plat,
+                                 const char **mac)
 {
        struct device_node *np = pdev->dev.of_node;
 
@@ -60,8 +60,8 @@ static int stmmac_probe_config_dt(struct platform_device *pdev,
 }
 #else
 static int stmmac_probe_config_dt(struct platform_device *pdev,
-                                           struct plat_stmmacenet_data *plat,
-                                           const char **mac)
+                                 struct plat_stmmacenet_data *plat,
+                                 const char **mac)
 {
        return -ENOSYS;
 }
index 85f971fe26110aeefec854c2e868751b2f127cb5..4c682a3d04240b47efb71736b6a234fdf30cb8cf 100644 (file)
@@ -4916,8 +4916,7 @@ static const struct net_device_ops cas_netdev_ops = {
 #endif
 };
 
-static int cas_init_one(struct pci_dev *pdev,
-                                 const struct pci_device_id *ent)
+static int cas_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        static int cas_version_printed = 0;
        unsigned long casreg_len;
index 6023949be3bd19630466ba8703a9903fa819f546..a0bdf077946614e50fcf30379d18c8192767b6f9 100644 (file)
@@ -8054,10 +8054,8 @@ static int niu_pci_eeprom_read16_swp(struct niu *np, u32 off)
        return val;
 }
 
-static int niu_pci_vpd_get_propname(struct niu *np,
-                                             u32 off,
-                                             char *namebuf,
-                                             int namebuf_len)
+static int niu_pci_vpd_get_propname(struct niu *np, u32 off, char *namebuf,
+                                   int namebuf_len)
 {
        int i;
 
@@ -8102,8 +8100,7 @@ static void niu_vpd_parse_version(struct niu *np)
 }
 
 /* ESPC_PIO_EN_ENABLE must be set */
-static int niu_pci_vpd_scan_props(struct niu *np,
-                                           u32 start, u32 end)
+static int niu_pci_vpd_scan_props(struct niu *np, u32 start, u32 end)
 {
        unsigned int found_mask = 0;
 #define FOUND_MASK_MODEL       0x00000001
@@ -8279,8 +8276,7 @@ static u32 niu_pci_vpd_offset(struct niu *np)
        return 0;
 }
 
-static int niu_phy_type_prop_decode(struct niu *np,
-                                             const char *phy_prop)
+static int niu_phy_type_prop_decode(struct niu *np, const char *phy_prop)
 {
        if (!strcmp(phy_prop, "mif")) {
                /* 1G copper, MII */
@@ -8572,10 +8568,8 @@ static int niu_get_and_validate_port(struct niu *np)
        return 0;
 }
 
-static int phy_record(struct niu_parent *parent,
-                               struct phy_probe_info *p,
-                               int dev_id_1, int dev_id_2, u8 phy_port,
-                               int type)
+static int phy_record(struct niu_parent *parent, struct phy_probe_info *p,
+                     int dev_id_1, int dev_id_2, u8 phy_port, int type)
 {
        u32 id = (dev_id_1 << 16) | dev_id_2;
        u8 idx;
@@ -8670,7 +8664,7 @@ static void niu_n2_divide_channels(struct niu_parent *parent)
 }
 
 static void niu_divide_channels(struct niu_parent *parent,
-                                         int num_10g, int num_1g)
+                               int num_10g, int num_1g)
 {
        int num_ports = parent->num_ports;
        int rx_chans_per_10g, rx_chans_per_1g;
@@ -8732,7 +8726,7 @@ static void niu_divide_channels(struct niu_parent *parent,
 }
 
 static void niu_divide_rdc_groups(struct niu_parent *parent,
-                                           int num_10g, int num_1g)
+                                 int num_10g, int num_1g)
 {
        int i, num_ports = parent->num_ports;
        int rdc_group, rdc_groups_per_port;
@@ -8776,9 +8770,8 @@ static void niu_divide_rdc_groups(struct niu_parent *parent,
        }
 }
 
-static int fill_phy_probe_info(struct niu *np,
-                                        struct niu_parent *parent,
-                                        struct phy_probe_info *info)
+static int fill_phy_probe_info(struct niu *np, struct niu_parent *parent,
+                              struct phy_probe_info *info)
 {
        unsigned long flags;
        int port, err;
@@ -9480,8 +9473,7 @@ static struct device_attribute niu_parent_attributes[] = {
 };
 
 static struct niu_parent *niu_new_parent(struct niu *np,
-                                                   union niu_parent_id *id,
-                                                   u8 ptype)
+                                        union niu_parent_id *id, u8 ptype)
 {
        struct platform_device *plat_dev;
        struct niu_parent *p;
@@ -9545,8 +9537,7 @@ fail_unregister:
 }
 
 static struct niu_parent *niu_get_parent(struct niu *np,
-                                                   union niu_parent_id *id,
-                                                   u8 ptype)
+                                        union niu_parent_id *id, u8 ptype)
 {
        struct niu_parent *p, *tmp;
        int port = np->port;
@@ -9670,10 +9661,10 @@ static void niu_driver_version(void)
                pr_info("%s", version);
 }
 
-static struct net_device *niu_alloc_and_init(
-       struct device *gen_dev, struct pci_dev *pdev,
-       struct platform_device *op, const struct niu_ops *ops,
-       u8 port)
+static struct net_device *niu_alloc_and_init(struct device *gen_dev,
+                                            struct pci_dev *pdev,
+                                            struct platform_device *op,
+                                            const struct niu_ops *ops, u8 port)
 {
        struct net_device *dev;
        struct niu *np;
@@ -9757,7 +9748,7 @@ static void niu_set_basic_features(struct net_device *dev)
 }
 
 static int niu_pci_init_one(struct pci_dev *pdev,
-                                     const struct pci_device_id *ent)
+                           const struct pci_device_id *ent)
 {
        union niu_parent_id parent_id;
        struct net_device *dev;
index 8fda9100922678a53f5a944f6c91b30056fdeb0c..be82f6d13c5199228053ca37a69f847821542f35 100644 (file)
@@ -1075,7 +1075,7 @@ static const struct net_device_ops bigmac_ops = {
 };
 
 static int bigmac_ether_init(struct platform_device *op,
-                                      struct platform_device *qec_op)
+                            struct platform_device *qec_op)
 {
        static int version_printed;
        struct net_device *dev;
index c7bc0561b8ebe43c5e652479425d504e70f89a18..5f3f9d52757dbffb60eb277d45acdc6a29eb49f6 100644 (file)
@@ -2827,8 +2827,7 @@ static const struct net_device_ops gem_netdev_ops = {
 #endif
 };
 
-static int gem_init_one(struct pci_dev *pdev,
-                                 const struct pci_device_id *ent)
+static int gem_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        unsigned long gemreg_base, gemreg_len;
        struct net_device *dev;
index 43babc33a2c9f6f41c05487f4abe185484239229..a1bff49a815549e862bcaf0d938deb24558d0e54 100644 (file)
@@ -2928,7 +2928,7 @@ static void get_hme_mac_nonsparc(struct pci_dev *pdev, unsigned char *dev_addr)
 #endif /* !(CONFIG_SPARC) */
 
 static int happy_meal_pci_probe(struct pci_dev *pdev,
-                                         const struct pci_device_id *ent)
+                               const struct pci_device_id *ent)
 {
        struct quattro *qp = NULL;
 #ifdef CONFIG_SPARC
index 2852b7099eee8a23e5eccc606b5437638518225d..e1b8955308277fae7c953274492e3d9eb936f961 100644 (file)
@@ -1132,8 +1132,7 @@ static void print_version(void)
 
 const char *remote_macaddr_prop = "remote-mac-address";
 
-static int vnet_port_probe(struct vio_dev *vdev,
-                                    const struct vio_device_id *id)
+static int vnet_port_probe(struct vio_dev *vdev, const struct vio_device_id *id)
 {
        struct mdesc_handle *hp;
        struct vnet_port *port;
index af16081677e7d35653fa81e32ed533eab235120a..22725386c5de78fd94afb6715f30ed0bf24821b0 100644 (file)
@@ -460,9 +460,8 @@ static int tlan_init_one(struct pci_dev *pdev,
 *
 **************************************************************/
 
-static int tlan_probe1(struct pci_dev *pdev,
-                                long ioaddr, int irq, int rev,
-                                const struct pci_device_id *ent)
+static int tlan_probe1(struct pci_dev *pdev, long ioaddr, int irq, int rev,
+                      const struct pci_device_id *ent)
 {
 
        struct net_device  *dev;
index d7c8af7cca0217e8d035b9552ba8668a70c4269f..e321d0b6fc882a4969a1a45ef2ce4b7a5de29864 100644 (file)
@@ -235,9 +235,8 @@ static void gelic_card_free_chain(struct gelic_card *card,
  * returns 0 on success, <0 on failure
  */
 static int gelic_card_init_chain(struct gelic_card *card,
-                                          struct gelic_descr_chain *chain,
-                                          struct gelic_descr *start_descr,
-                                          int no)
+                                struct gelic_descr_chain *chain,
+                                struct gelic_descr *start_descr, int no)
 {
        int i;
        struct gelic_descr *descr;
@@ -1469,7 +1468,7 @@ static const struct net_device_ops gelic_netdevice_ops = {
  * fills out function pointers in the net_device structure
  */
 static void gelic_ether_setup_netdev_ops(struct net_device *netdev,
-                                                  struct napi_struct *napi)
+                                        struct napi_struct *napi)
 {
        netdev->watchdog_timeo = GELIC_NET_WATCHDOG_TIMEOUT;
        /* NAPI */
@@ -1489,8 +1488,7 @@ static void gelic_ether_setup_netdev_ops(struct net_device *netdev,
  * gelic_ether_setup_netdev initializes the net_device structure
  * and register it.
  **/
-int gelic_net_setup_netdev(struct net_device *netdev,
-                                    struct gelic_card *card)
+int gelic_net_setup_netdev(struct net_device *netdev, struct gelic_card *card)
 {
        int status;
        u64 v1, v2;
index 5db09efae92789b5e67da3b75ecc4998c32d819f..9819349eaa1e88a1a3cfe2ffd3958b9665ee5b20 100644 (file)
@@ -786,7 +786,7 @@ static const struct net_device_ops tc35815_netdev_ops = {
 };
 
 static int tc35815_init_one(struct pci_dev *pdev,
-                                     const struct pci_device_id *ent)
+                           const struct pci_device_id *ent)
 {
        void __iomem *ioaddr = NULL;
        struct net_device *dev;
index 53ccc5174d08dbbfb50b8ed402d70824ecfddbab..7992b3e05d3dd5a48f7701114a2264d23f3ce4e8 100644 (file)
@@ -856,8 +856,7 @@ static const struct net_device_ops rhine_netdev_ops = {
 #endif
 };
 
-static int rhine_init_one(struct pci_dev *pdev,
-                                   const struct pci_device_id *ent)
+static int rhine_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev;
        struct rhine_private *rp;
index dc9edd48c93394bba3d8f0cdcc717a876e5f2ef4..1bc7f9fd25836643771c58bc2977eab640ee021f 100644 (file)
@@ -2630,9 +2630,8 @@ static const struct net_device_ops velocity_netdev_ops = {
  *     Set up the initial velocity_info struct for the device that has been
  *     discovered.
  */
-static void velocity_init_info(struct pci_dev *pdev,
-                                        struct velocity_info *vptr,
-                                        const struct velocity_info_tbl *info)
+static void velocity_init_info(struct pci_dev *pdev, struct velocity_info *vptr,
+                              const struct velocity_info_tbl *info)
 {
        memset(vptr, 0, sizeof(struct velocity_info));
 
index 3c8aab70f5e7c833174e1d204b4f0c9db5dd665d..502c8ff1d985b80dd96423040e54fc54dedabaeb 100644 (file)
@@ -962,9 +962,8 @@ static void dfx_bus_config_check(DFX_board_t *bp)
  *   returning from this routine.
  */
 
-static int dfx_driver_init(struct net_device *dev,
-                                    const char *print_name,
-                                    resource_size_t bar_start)
+static int dfx_driver_init(struct net_device *dev, const char *print_name,
+                          resource_size_t bar_start)
 {
        DFX_board_t *bp = netdev_priv(dev);
        struct device *bdev = bp->bus_dev;
@@ -3623,8 +3622,7 @@ static int __maybe_unused dfx_dev_register(struct device *);
 static int __maybe_unused dfx_dev_unregister(struct device *);
 
 #ifdef CONFIG_PCI
-static int dfx_pci_register(struct pci_dev *,
-                                     const struct pci_device_id *);
+static int dfx_pci_register(struct pci_dev *, const struct pci_device_id *);
 static void dfx_pci_unregister(struct pci_dev *);
 
 static DEFINE_PCI_DEVICE_TABLE(dfx_pci_table) = {
@@ -3641,7 +3639,7 @@ static struct pci_driver dfx_pci_driver = {
 };
 
 static int dfx_pci_register(struct pci_dev *pdev,
-                                     const struct pci_device_id *ent)
+                           const struct pci_device_id *ent)
 {
        return dfx_register(&pdev->dev);
 }
index e54b84d5ad76d947216d98b7ca0b1feaaee4b40f..e5b19b05690967ed93f9ac50be4d1548911bf38a 100644 (file)
@@ -88,8 +88,7 @@ static const struct net_device_ops rr_netdev_ops = {
  * stack will need to know about I/O vectors or something similar.
  */
 
-static int rr_init_one(struct pci_dev *pdev,
-       const struct pci_device_id *ent)
+static int rr_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct net_device *dev;
        static int version_disp;
index 82c5f30aabab51e9de1dd445e0e069d0685dc477..5290952b60c25235f13f308f5041b68795083971 100644 (file)
@@ -377,7 +377,7 @@ static int pnp_driver_registered;
 
 #ifdef CONFIG_PNP
 static int smsc_ircc_pnp_probe(struct pnp_dev *dev,
-                                     const struct pnp_device_id *dev_id)
+                              const struct pnp_device_id *dev_id)
 {
        unsigned int firbase, sirbase;
        u8 dma, irq;
index 63efbf4b51c83f0663993e066457487920cfdb0b..f9033c6a888c8ab7f14a4c1db884d35e14b42923 100644 (file)
@@ -77,7 +77,7 @@ static int dongle_id = 0;     /* default: probe */
 module_param(dongle_id, int, 0);
 
 /* Some prototypes */
-static int via_ircc_open(struct pci_dev *pdev, chipio_t * info,
+static int via_ircc_open(struct pci_dev *pdev, chipio_t *info,
                         unsigned int id);
 static int via_ircc_dma_receive(struct via_ircc_cb *self);
 static int via_ircc_dma_receive_complete(struct via_ircc_cb *self,
@@ -103,7 +103,7 @@ static void hwreset(struct via_ircc_cb *self);
 static int via_ircc_dma_xmit(struct via_ircc_cb *self, u16 iobase);
 static int upload_rxdata(struct via_ircc_cb *self, int iobase);
 static int via_init_one(struct pci_dev *pcidev, const struct pci_device_id *id);
-static void via_remove_one (struct pci_dev *pdev);
+static void via_remove_one(struct pci_dev *pdev);
 
 /* FIXME : Should use udelay() instead, even if we are x86 only - Jean II */
 static void iodelay(int udelay)
@@ -286,8 +286,7 @@ static const struct net_device_ops via_ircc_fir_ops = {
  *    Open driver instance
  *
  */
-static int via_ircc_open(struct pci_dev *pdev, chipio_t *info,
-                        unsigned int id)
+static int via_ircc_open(struct pci_dev *pdev, chipio_t *info, unsigned int id)
 {
        struct net_device *dev;
        struct via_ircc_cb *self;
index 36fe08ac74bd83b946f52bbabad7170fc1f8dd83..27274986ab56eb7580788bd376f1b3893388d173 100644 (file)
@@ -104,8 +104,8 @@ static struct mdiobb_ops mdio_gpio_ops = {
 };
 
 static struct mii_bus *mdio_gpio_bus_init(struct device *dev,
-                                       struct mdio_gpio_platform_data *pdata,
-                                       int bus_id)
+                                         struct mdio_gpio_platform_data *pdata,
+                                         int bus_id)
 {
        struct mii_bus *new_bus;
        struct mdio_gpio_info *bitbang;
index d50223050cf4c509a5e8e1df16f8b4a62e256b74..851dc7b7e8b0a650482df9b86d2abf50d666e67a 100644 (file)
@@ -707,8 +707,7 @@ static void dscc4_free1(struct pci_dev *pdev)
        kfree(ppriv);
 }
 
-static int dscc4_init_one(struct pci_dev *pdev,
-                                 const struct pci_device_id *ent)
+static int dscc4_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        struct dscc4_pci_priv *priv;
        struct dscc4_dev_priv *dpriv;
index c6e1a4b9e4fbfd5dc117642847acd390d5850434..62f01b74cbd65d1f6899f37dfe21a99735bcce74 100644 (file)
@@ -676,8 +676,7 @@ static netdev_tx_t sca_xmit(struct sk_buff *skb, struct net_device *dev)
 
 
 #ifdef NEED_DETECT_RAM
-static u32 sca_detect_ram(card_t *card, u8 __iomem *rambase,
-                                   u32 ramsize)
+static u32 sca_detect_ram(card_t *card, u8 __iomem *rambase, u32 ramsize)
 {
        /* Round RAM size to 32 bits, fill from end to start */
        u32 i = ramsize &= ~3;
index f1685d9624c865ecb1448352ba52acc014da1f24..6269a09c736950c98d7df37ec4261d548d53f1c6 100644 (file)
@@ -605,8 +605,7 @@ static netdev_tx_t sca_xmit(struct sk_buff *skb, struct net_device *dev)
 }
 
 
-static u32 sca_detect_ram(card_t *card, u8 __iomem *rambase,
-                                   u32 ramsize)
+static u32 sca_detect_ram(card_t *card, u8 __iomem *rambase, u32 ramsize)
 {
        /* Round RAM size to 32 bits, fill from end to start */
        u32 i = ramsize &= ~3;
index 0e443fd0803baed1cb13d3c1c1a03f8b376cf50e..7ef435bab42550ee4f220333e192be158634e875 100644 (file)
@@ -816,8 +816,7 @@ static const struct net_device_ops lmc_ops = {
        .ndo_get_stats  = lmc_get_stats,
 };
 
-static int lmc_init_one(struct pci_dev *pdev,
-                                 const struct pci_device_id *ent)
+static int lmc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
        lmc_softc_t *sc;
        struct net_device *dev;
index a51cfa7c6540d442e55b23258ab4df1b14ef5fed..53efc57fcacebd776ff810108a48e619c79eca03 100644 (file)
@@ -298,7 +298,7 @@ static const struct net_device_ops pc300_ops = {
 };
 
 static int pc300_pci_init_one(struct pci_dev *pdev,
-                                       const struct pci_device_id *ent)
+                             const struct pci_device_id *ent)
 {
        card_t *card;
        u32 __iomem *p;
index 037c423a63285a2dc02c435ce3d3a7498b16021a..ddbce54040e2ca5e0a49c3fbde8b77528499c792 100644 (file)
@@ -277,7 +277,7 @@ static const struct net_device_ops pci200_ops = {
 };
 
 static int pci200_pci_init_one(struct pci_dev *pdev,
-                                        const struct pci_device_id *ent)
+                              const struct pci_device_id *ent)
 {
        card_t *card;
        u32 __iomem *p;
index b72be1280361d3642a7ed55189fa343f8233ebad..6a24a5a70cc7d4459e04e0348882f0324dd4fad3 100644 (file)
@@ -558,7 +558,7 @@ static const struct net_device_ops wanxl_ops = {
 };
 
 static int wanxl_pci_init_one(struct pci_dev *pdev,
-                                       const struct pci_device_id *ent)
+                             const struct pci_device_id *ent)
 {
        card_t *card;
        u32 ramsize, stat;
index 53451dd7b6023ac3b67bdcb8baadea75552b849d..c26e28b4bd9f985a4d7c6d3307d969bb671bf6f7 100644 (file)
@@ -1408,7 +1408,7 @@ static struct net_device *xennet_create_dev(struct xenbus_device *dev)
  * inform the backend of the appropriate details for those.
  */
 static int netfront_probe(struct xenbus_device *dev,
-                                   const struct xenbus_device_id *id)
+                         const struct xenbus_device_id *id)
 {
        int err;
        struct net_device *netdev;