···8989 * to the target via the host h/w interface.9090 * @return zero(success) or -ve value(failure)9191 */9292-int SetupNextSend(struct bcm_mini_adapter *Adapter, struct sk_buff *Packet, USHORT Vcid)9292+int SetupNextSend(struct bcm_mini_adapter *Adapter,9393+ struct sk_buff *Packet, USHORT Vcid)9394{9495 int status = 0;9596 bool bHeaderSupressionEnabled = false;···206205 int status = 0;207206208207 while (!kthread_should_stop()) {209209- /* FIXME - the timeout looks like workaround for racey usage of TxPktAvail */208208+ /* FIXME - the timeout looks like workaround209209+ * for racey usage of TxPktAvail210210+ */210211 if (Adapter->LinkUpStatus)211212 wait_event_timeout(Adapter->tx_packet_wait_queue,212213 tx_pending(Adapter),···232229 if (Adapter->bEndPointHalted == TRUE) {233230 Bcm_clear_halt_of_endpoints(Adapter);234231 Adapter->bEndPointHalted = false;235235- StartInterruptUrb((struct bcm_interface_adapter *)(Adapter->pvInterfaceAdapter));232232+ StartInterruptUrb((struct bcm_interface_adapter *)233233+ (Adapter->pvInterfaceAdapter));236234 }237235238236 if (Adapter->LinkUpStatus && !Adapter->IdleMode) {