staging: wlan-ng: Remove repeated word our

Removed unnecessary repeater word on line 274

Signed-off-by: Abheek Dhawan <adawesomeguy222@gmail.com>
Link: https://lore.kernel.org/r/20200905053414.405674-1-adawesomeguy222@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Abheek Dhawan 2020-09-05 00:34:14 -05:00 committed by Greg Kroah-Hartman
parent 120baa45b5
commit 28c4fb2fc8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {