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

staging: wlan-ng: Remove repeated word our

parent 120baa45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ static void p80211netdev_rx_bh(unsigned long arg)
	struct sk_buff *skb = NULL;
	struct net_device *dev = wlandev->netdev;

	/* Let's empty our our queue */
	/* Let's empty our queue */
	while ((skb = skb_dequeue(&wlandev->nsd_rxq))) {
		if (wlandev->state == WLAN_DEVICE_OPEN) {
			if (dev->type != ARPHRD_ETHER) {