Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1514075

[PATCH 2/5] staging: wlan-ng: remove two unnecessary blank lines

From Sergio Paracuellos <sergio.paracuellos@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 2/5] staging: wlan-ng: remove two unnecessary blank lines
Date 2016-11-02 19:50 +0100
Message-ID <sz8LM-1va-35@gated-at.bofh.it> (permalink)
References <sz8LM-1va-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


After open brace or before close brace blank lines are not really 
necessary. Remove them.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
---
 drivers/staging/wlan-ng/p80211netdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/p80211netdev.c b/drivers/staging/wlan-ng/p80211netdev.c
index 10dacf8..ae6e635 100644
--- a/drivers/staging/wlan-ng/p80211netdev.c
+++ b/drivers/staging/wlan-ng/p80211netdev.c
@@ -277,7 +277,6 @@ static void p80211netdev_rx_bh(unsigned long arg)
 	/* Let's empty our our queue */
 	while ((skb = skb_dequeue(&wlandev->nsd_rxq))) {
 		if (wlandev->state == WLAN_DEVICE_OPEN) {
-
 			if (dev->type != ARPHRD_ETHER) {
 				/* RAW frame; we shouldn't convert it */
 				/* XXX Append the Prism Header here instead. */
@@ -461,7 +460,6 @@ static void p80211knetdev_set_multicast_list(struct net_device *dev)
 
 	if (wlandev->set_multicast_list)
 		wlandev->set_multicast_list(wlandev, dev);
-
 }
 
 #ifdef SIOCETHTOOL
-- 
1.9.1

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] staging: wlan-ng: Fix several style issues. Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-02 19:50 +0100
  [PATCH 1/5] staging: wlan-ng: add spaces around or operator : HOSTWEP_DEFAULTKEY_MASK Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-02 19:50 +0100
  [PATCH 2/5] staging: wlan-ng: remove two unnecessary blank lines Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-11-02 19:50 +0100

csiph-web