mirror of https://gitee.com/openkylin/linux.git
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:
parent
120baa45b5
commit
28c4fb2fc8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue