* to the target via the host h/w interface.
  * @return  zero(success) or -ve value(failure)
  */
-int SetupNextSend(struct bcm_mini_adapter *Adapter,  struct sk_buff *Packet, USHORT Vcid)
+int SetupNextSend(struct bcm_mini_adapter *Adapter,
+               struct sk_buff *Packet, USHORT Vcid)
 {
        int     status = 0;
        bool    bHeaderSupressionEnabled = false;
        int status = 0;
 
        while (!kthread_should_stop()) {
-               /* FIXME - the timeout looks like workaround for racey usage of TxPktAvail */
+               /* FIXME - the timeout looks like workaround
+                *  for racey usage of TxPktAvail
+               */
                if (Adapter->LinkUpStatus)
                        wait_event_timeout(Adapter->tx_packet_wait_queue,
                                           tx_pending(Adapter),
                if (Adapter->bEndPointHalted == TRUE) {
                        Bcm_clear_halt_of_endpoints(Adapter);
                        Adapter->bEndPointHalted = false;
-                       StartInterruptUrb((struct bcm_interface_adapter *)(Adapter->pvInterfaceAdapter));
+                       StartInterruptUrb((struct bcm_interface_adapter *)
+                                       (Adapter->pvInterfaceAdapter));
                }
 
                if (Adapter->LinkUpStatus && !Adapter->IdleMode) {