drivers/net: fix up function prototypes after __dev* removals
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / chelsio / cxgb3 / cxgb3_main.c
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;