if (pldat->num_used_tx_buffs >= (ENET_TX_DESC - 1)) {
                /* This function should never be called when there are no
-                  buffers */
+                * buffers
+                */
                netif_stop_queue(ndev);
                spin_unlock_irq(&pldat->lock);
                WARN(1, "BUG! TX request when no free TX buffers!\n");
                pldat->dma_buff_size = PAGE_ALIGN(pldat->dma_buff_size);
 
                /* Allocate a chunk of memory for the DMA ethernet buffers
-                  and descriptors */
+                * and descriptors
+                */
                pldat->dma_buff_base_v =
                        dma_alloc_coherent(dev,
                                           pldat->dma_buff_size, &dma_handle,
        __lpc_mii_mngt_reset(pldat);
 
        /* Force default PHY interface setup in chip, this will probably be
-          changed by the PHY driver */
+        * changed by the PHY driver
+        */
        pldat->link = 0;
        pldat->speed = 100;
        pldat->duplex = DUPLEX_FULL;