staging: rtl8192e: Fix LINE_CONTINUATIONS warning
[deliverable/linux.git] / drivers / staging / rtl8192e / rtllib_softmac.c
index 0f2ae3557bc8fa182690b19669410e8ba0112f51..d3fc5a45dbbc1e4fa6adb09942b107b574e115e6 100644 (file)
@@ -2503,7 +2503,7 @@ void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee)
         * the wait queue */
        for (i = 0; i < txb->nr_frags; i++) {
                queue_len = skb_queue_len(&ieee->skb_waitQ[queue_index]);
-               if ((queue_len  != 0) ||\
+               if ((queue_len  != 0) ||
                    (!ieee->check_nic_enough_desc(ieee->dev, queue_index)) ||
                    (ieee->queue_stop)) {
                        /* insert the skb packet to the wait queue */
This page took 0.026599 seconds and 5 git commands to generate.