break;
 }
                /*
-                * ignore our own packets...
+                * ignore our own packets...
                 */
                if (!(*(unsigned long *)&dev->dev_addr[0] ^ *(unsigned long *)&addrs[2+6]) &&
                    !(*(unsigned short *)&dev->dev_addr[4] ^ *(unsigned short *)&addrs[2+10])) {
         */
        if (!(ether3_inw(REG_STATUS) & STAT_RXON)) {
                dev->stats.rx_dropped++;
-               ether3_outw(next_ptr, REG_RECVPTR);
+               ether3_outw(next_ptr, REG_RECVPTR);
                ether3_outw(priv(dev)->regs.command | CMD_RXON, REG_COMMAND);
        }
 
        do {
                unsigned long status;
 
-               /*
+               /*
                 * Read the packet header
-                */
+                */
                ether3_setbuffer(dev, buffer_read, tx_tail * 0x600);
-               status = ether3_readlong(dev);
+               status = ether3_readlong(dev);
 
                /*
                 * Check to see if this packet has been transmitted