Commit bc6abf32 authored by Christian Colic's avatar Christian Colic Committed by Greg Kroah-Hartman

staging: rtl8192e: remove unnecessary multiple blank lines

remove multiple blank lines to fix some checkpatch checks
Signed-off-by: default avatarChristian Colic <colic.christian@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0bd35534
...@@ -45,15 +45,11 @@ ...@@ -45,15 +45,11 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
#include <net/arp.h> #include <net/arp.h>
#include "rtllib.h" #include "rtllib.h"
u32 rt_global_debug_component = COMP_ERR; u32 rt_global_debug_component = COMP_ERR;
EXPORT_SYMBOL(rt_global_debug_component); EXPORT_SYMBOL(rt_global_debug_component);
static inline int rtllib_networks_allocate(struct rtllib_device *ieee) static inline int rtllib_networks_allocate(struct rtllib_device *ieee)
{ {
if (ieee->networks) if (ieee->networks)
...@@ -110,7 +106,6 @@ struct net_device *alloc_rtllib(int sizeof_priv) ...@@ -110,7 +106,6 @@ struct net_device *alloc_rtllib(int sizeof_priv)
} }
rtllib_networks_initialize(ieee); rtllib_networks_initialize(ieee);
/* Default fragmentation threshold is maximum payload size */ /* Default fragmentation threshold is maximum payload size */
ieee->fts = DEFAULT_FTS; ieee->fts = DEFAULT_FTS;
ieee->scan_age = DEFAULT_MAX_SCAN_AGE; ieee->scan_age = DEFAULT_MAX_SCAN_AGE;
......
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