[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1456670916-16809-1-git-send-email-tapanprakasht@gmail.com>
Date: Sun, 28 Feb 2016 20:18:36 +0530
From: Tapan Prakash T <tapanprakasht@...il.com>
To: gregkh@...uxfoundation.org, mateusz.kulikowski@...il.com,
vthakkar1994@...il.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Tapan Prakash T <tapanprakasht@...il.com>
Subject: [PATCH] staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines
Fixed blank lines issues reported by checkpatch.pl
Signed-off-by: Tapan Prakash T <tapanprakasht@...il.com>
---
drivers/staging/rtl8192e/rtllib_softmac.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index 25b5b5e..b40298b 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -13,7 +13,6 @@
* released under the GPL
*/
-
#include "rtllib.h"
#include <linux/random.h>
@@ -25,7 +24,6 @@
static void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl);
-
static short rtllib_is_54g(struct rtllib_network *net)
{
return (net->rates_ex_len > 0) || (net->rates_len > 4);
--
1.9.1
Powered by blists - more mailing lists