Commit 28c4fb2f authored by Abheek Dhawan's avatar Abheek Dhawan Committed by Greg Kroah-Hartman

staging: wlan-ng: Remove repeated word our

Removed unnecessary repeater word on line 274
Signed-off-by: default avatarAbheek Dhawan <adawesomeguy222@gmail.com>
Link: https://lore.kernel.org/r/20200905053414.405674-1-adawesomeguy222@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 120baa45
...@@ -274,7 +274,7 @@ static void p80211netdev_rx_bh(unsigned long arg) ...@@ -274,7 +274,7 @@ static void p80211netdev_rx_bh(unsigned long arg)
struct sk_buff *skb = NULL; struct sk_buff *skb = NULL;
struct net_device *dev = wlandev->netdev; struct net_device *dev = wlandev->netdev;
/* Let's empty our our queue */ /* Let's empty our queue */
while ((skb = skb_dequeue(&wlandev->nsd_rxq))) { while ((skb = skb_dequeue(&wlandev->nsd_rxq))) {
if (wlandev->state == WLAN_DEVICE_OPEN) { if (wlandev->state == WLAN_DEVICE_OPEN) {
if (dev->type != ARPHRD_ETHER) { if (dev->type != ARPHRD_ETHER) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment