From: Christian Colic Date: Thu, 3 Dec 2015 12:17:40 +0000 (+0100) Subject: staging: rtl8192e: remove unnecessary multiple blank lines X-Git-Tag: v4.6-rc1~103^2~1034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc6abf32bea8ec9f0d0e3a7adab0ad8c50f13ef1;p=platform%2Fkernel%2Flinux-exynos.git staging: rtl8192e: remove unnecessary multiple blank lines remove multiple blank lines to fix some checkpatch checks Signed-off-by: Christian Colic Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtllib_module.c b/drivers/staging/rtl8192e/rtllib_module.c index 113fbf7..f4f318a 100644 --- a/drivers/staging/rtl8192e/rtllib_module.c +++ b/drivers/staging/rtl8192e/rtllib_module.c @@ -45,15 +45,11 @@ #include #include #include - #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;