diff options
author | Christian Colic <colic.christian@gmail.com> | 2015-12-03 13:17:40 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 20:01:45 -0800 |
commit | bc6abf32bea8ec9f0d0e3a7adab0ad8c50f13ef1 (patch) | |
tree | 5f28d98f33a20f2aacf5eb4f70d689cc71818575 /drivers/staging/rtl8192e | |
parent | 0bd35534933feceb7afb383ce7947f2841132c99 (diff) |
staging: rtl8192e: remove unnecessary multiple blank lines
remove multiple blank lines to fix some checkpatch checks
Signed-off-by: Christian Colic <colic.christian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r-- | drivers/staging/rtl8192e/rtllib_module.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_module.c b/drivers/staging/rtl8192e/rtllib_module.c index 113fbf7fbb17..f4f318abb299 100644 --- a/drivers/staging/rtl8192e/rtllib_module.c +++ b/drivers/staging/rtl8192e/rtllib_module.c @@ -45,15 +45,11 @@ #include <linux/etherdevice.h> #include <linux/uaccess.h> #include <net/arp.h> - #include "rtllib.h" - u32 rt_global_debug_component = COMP_ERR; EXPORT_SYMBOL(rt_global_debug_component); - - static inline int rtllib_networks_allocate(struct rtllib_device *ieee) { if (ieee->networks) @@ -110,7 +106,6 @@ struct net_device *alloc_rtllib(int sizeof_priv) } rtllib_networks_initialize(ieee); - /* Default fragmentation threshold is maximum payload size */ ieee->fts = DEFAULT_FTS; ieee->scan_age = DEFAULT_MAX_SCAN_AGE; |