Staging: rtl8192u: ieee80211: remove odd backslash.
authorDmitrii Wolf <dev.dragon@bk.ru>
Sun, 11 Apr 2021 12:03:02 +0000 (15:03 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Apr 2021 09:37:47 +0000 (11:37 +0200)
This backslash should be deleted - looks like leftover and not needed.

Signed-off-by: Dmitrii Wolf <dev.dragon@bk.ru>
Link: https://lore.kernel.org/r/20210411120301.6549-1-dev.dragon@bk.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c

index 690b664..25ea8e1 100644 (file)
@@ -2052,7 +2052,7 @@ void ieee80211_softmac_xmit(struct ieee80211_txb *txb, struct ieee80211_device *
 #else
                if ((skb_queue_len(&ieee->skb_waitQ[queue_index]) != 0) ||
 #endif
-                   (!ieee->check_nic_enough_desc(ieee->dev, queue_index)) || \
+                   (!ieee->check_nic_enough_desc(ieee->dev, queue_index)) ||
                    (ieee->queue_stop)) {
                        /* insert the skb packet to the wait queue */
                        /* as for the completion function, it does not need