Commit 9923df47 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: wlan-ng: remove two unnecessary blank lines

After open brace or before close brace blank lines are not really
necessary. Remove them.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f0d4de6a
...@@ -277,7 +277,6 @@ static void p80211netdev_rx_bh(unsigned long arg) ...@@ -277,7 +277,6 @@ static void p80211netdev_rx_bh(unsigned long arg)
/* Let's empty our our queue */ /* Let's empty our 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) {
/* RAW frame; we shouldn't convert it */ /* RAW frame; we shouldn't convert it */
/* XXX Append the Prism Header here instead. */ /* XXX Append the Prism Header here instead. */
...@@ -461,7 +460,6 @@ static void p80211knetdev_set_multicast_list(struct net_device *dev) ...@@ -461,7 +460,6 @@ static void p80211knetdev_set_multicast_list(struct net_device *dev)
if (wlandev->set_multicast_list) if (wlandev->set_multicast_list)
wlandev->set_multicast_list(wlandev, dev); wlandev->set_multicast_list(wlandev, dev);
} }
#ifdef SIOCETHTOOL #ifdef SIOCETHTOOL
......
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