Paul Gortmaker       : tweak ANK's above multicast changes a bit.
   Paul Gortmaker       : update packet statistics for v2.1.x
   Alan Cox             : support arbitrary stupid port mappings on the
-                         68K Macintosh. Support >16bit I/O spaces
+                         68K Macintosh. Support >16bit I/O spaces
   Paul Gortmaker       : add kmod support for auto-loading of the 8390
                          module by all drivers that require it.
   Alan Cox             : Spinlocking work, added 'BUG_83C690'
        long e8390_base;
        int interrupts, nr_serviced = 0, i;
        struct ei_device *ei_local;
-       int handled = 0;
+       int handled = 0;
        unsigned long flags;
 
        e8390_base = dev->base_addr;
        }
        outb_p(E8390_NODMA + E8390_PAGE0, e8390_base + E8390_CMD);
 
-       if(dev->flags&IFF_PROMISC)
-               outb_p(E8390_RXCONFIG | 0x58, e8390_base + EN0_RXCR);
+       if(dev->flags&IFF_PROMISC)
+               outb_p(E8390_RXCONFIG | 0x58, e8390_base + EN0_RXCR);
        else if (dev->flags & IFF_ALLMULTI || !netdev_mc_empty(dev))
-               outb_p(E8390_RXCONFIG | 0x48, e8390_base + EN0_RXCR);
-       else
-               outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR);
+               outb_p(E8390_RXCONFIG | 0x48, e8390_base + EN0_RXCR);
+       else
+               outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR);
 
        outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, e8390_base+E8390_CMD);
 }
 
        PCMCIA_DEVICE_PROD_ID12("ACCTON", "EN2216-PCMCIA-ETHERNET", 0xdfc6b5b2, 0x5542bfff),
        PCMCIA_DEVICE_PROD_ID12("Allied Telesis, K.K.", "CentreCOM LA100-PCM-T V2 100/10M LAN PC Card", 0xbb7fbdd7, 0xcd91cc68),
        PCMCIA_DEVICE_PROD_ID12("Allied Telesis K.K.", "LA100-PCM V2", 0x36634a66, 0xc6d05997),
-       PCMCIA_DEVICE_PROD_ID12("Allied Telesis, K.K.", "CentreCOM LA-PCM_V2", 0xbb7fBdd7, 0x28e299f8),
+       PCMCIA_DEVICE_PROD_ID12("Allied Telesis, K.K.", "CentreCOM LA-PCM_V2", 0xbb7fBdd7, 0x28e299f8),
        PCMCIA_DEVICE_PROD_ID12("Allied Telesis K.K.", "LA-PCM V3", 0x36634a66, 0x62241d96),
        PCMCIA_DEVICE_PROD_ID12("AmbiCom", "AMB8010", 0x5070a7f9, 0x82f96e96),
        PCMCIA_DEVICE_PROD_ID12("AmbiCom", "AMB8610", 0x5070a7f9, 0x86741224),
 
                                             idev))) {
                         /* Avoid already found cards from previous calls */
                         if (pnp_device_attach(idev) < 0)
-                               continue;
+                               continue;
                         if (pnp_activate_dev(idev) < 0) {
                               __again:
-                               pnp_device_detach(idev);
-                               continue;
+                               pnp_device_detach(idev);
+                               continue;
                         }
                        /* if no io and irq, search for next */
                        if (!pnp_port_valid(idev, 0) || !pnp_irq_valid(idev, 0))
 
   /* New style probing API */
   dev = alloc_ei_netdev();
   if (!dev)
-       return -ENOMEM;
+       return -ENOMEM;
 
 #ifdef CONFIG_SH_STANDARD_BIOS
   sh_bios_get_node_addr (stnic_eadr);