Fix checkpatch issue:
Please don't use multiple blank lines

Signed-off-by: Dominik Adamski <adamski.domi...@gmail.com>
---
 drivers/staging/rtl8192e/rtllib_rx.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtllib_rx.c 
b/drivers/staging/rtl8192e/rtllib_rx.c
index debc2e40af00..6e8010591d7e 100644
--- a/drivers/staging/rtl8192e/rtllib_rx.c
+++ b/drivers/staging/rtl8192e/rtllib_rx.c
@@ -20,7 +20,6 @@
 
 ******************************************************************************/
 
-
 #include <linux/compiler.h>
 #include <linux/errno.h>
 #include <linux/if_arp.h>
@@ -162,7 +161,6 @@ rtllib_frag_cache_get(struct rtllib_device *ieee,
        return skb;
 }
 
-
 /* Called only as a tasklet (software IRQ) */
 static int rtllib_frag_cache_invalidate(struct rtllib_device *ieee,
                                           struct rtllib_hdr_4addr *hdr)
@@ -326,7 +324,6 @@ rtllib_rx_frame_decrypt(struct rtllib_device *ieee, struct 
sk_buff *skb,
        return res;
 }
 
-
 /* Called only as a tasklet (software IRQ), by rtllib_rx */
 static inline int
 rtllib_rx_frame_decrypt_msdu(struct rtllib_device *ieee, struct sk_buff *skb,
@@ -363,7 +360,6 @@ rtllib_rx_frame_decrypt_msdu(struct rtllib_device *ieee, 
struct sk_buff *skb,
        return 0;
 }
 
-
 /* this function is stolen from ipw2200 driver*/
 #define IEEE_PACKET_RETRY_TIME (5*HZ)
 static int is_duplicate_packet(struct rtllib_device *ieee,
@@ -895,7 +891,6 @@ static u8 parse_subframe(struct rtllib_device *ieee, struct 
sk_buff *skb,
        return rxb->nr_subframes;
 }
 
-
 static size_t rtllib_rx_get_hdrlen(struct rtllib_device *ieee,
                                   struct sk_buff *skb,
                                   struct rtllib_rx_stats *rx_stats)
@@ -1579,7 +1574,6 @@ static int rtllib_verify_qos_info(struct 
rtllib_qos_information_element
        return 0;
 }
 
-
 /* Parse a QoS parameter element */
 static int rtllib_read_qos_param_element(struct rtllib_qos_parameter_info
                                                        *element_param,
@@ -1634,7 +1628,6 @@ static int rtllib_read_qos_info_element(struct 
rtllib_qos_information_element
        return ret;
 }
 
-
 /* Write QoS parameters from the ac parameters. */
 static int rtllib_qos_convert_ac_to_parameters(struct 
rtllib_qos_parameter_info *param_elm,
                                               struct rtllib_qos_data *qos_data)
@@ -1877,7 +1870,6 @@ static void rtllib_parse_mife_generic(struct 
rtllib_device *ieee,
                }
        }
 
-
        if (*tmp_htinfo_len == 0) {
                if (info_element->len >= 4 &&
                    info_element->data[0] == 0x00 &&
@@ -1965,7 +1957,6 @@ static void rtllib_parse_mife_generic(struct 
rtllib_device *ieee,
            info_element->data[2] == 0x96)
                network->cisco_cap_exist = true;
 
-
        if (info_element->len >= 3 &&
            info_element->data[0] == 0x00 &&
            info_element->data[1] == 0x0a &&
@@ -2175,13 +2166,11 @@ int rtllib_parse_info_param(struct rtllib_device *ieee,
 
                        network->dtim_data = RTLLIB_DTIM_VALID;
 
-
                        if (info_element->data[2] & 1)
                                network->dtim_data |= RTLLIB_DTIM_MBCAST;
 
                        offset = (info_element->data[2] >> 1)*2;
 
-
                        if (ieee->assoc_id < 8*offset ||
                            ieee->assoc_id > 8*(offset + info_element->len - 3))
                                break;
@@ -2236,7 +2225,6 @@ int rtllib_parse_info_param(struct rtllib_device *ieee,
                                                 &tmp_htcap_len);
                        break;
 
-
                case MFIE_TYPE_HT_INFO:
                        netdev_dbg(ieee->dev, "MFIE_TYPE_HT_INFO: %d bytes\n",
                                   info_element->len);
@@ -2426,7 +2414,6 @@ static inline int is_same_network(struct rtllib_network 
*src,
                (dst->capability & WLAN_CAPABILITY_ESS)));
 }
 
-
 static inline void update_network(struct rtllib_device *ieee,
                                  struct rtllib_network *dst,
                                  struct rtllib_network *src)
@@ -2614,7 +2601,6 @@ static inline void rtllib_process_probe_response(
                goto free_network;
        }
 
-
        if (!rtllib_legal_channel(ieee, network->channel))
                goto free_network;
 
-- 
2.19.1

Reply via email to