Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345356

[PATCH] staging: rtl8192e: rtllib_softmac.c: Add necessary blank lines

From Tapan Prakash T <tapanprakasht@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] staging: rtl8192e: rtllib_softmac.c: Add necessary blank lines
Date 2016-02-28 18:10 +0100
Message-ID <r7d0Z-5MI-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Fixed blank lines related issues reported by checkpatch.pl

Signed-off-by: Tapan Prakash T <tapanprakasht@gmail.com>
---
 drivers/staging/rtl8192e/rtllib_softmac.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index 25b5b5e..ac46861 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -1521,6 +1521,7 @@ static void rtllib_associate_complete_wq(void *data)
 				     struct rtllib_device,
 				     associate_complete_wq);
 	struct rt_pwr_save_ctrl *pPSC = &(ieee->PowerSaveControl);
+
 	netdev_info(ieee->dev, "Associated successfully\n");
 	if (!ieee->is_silent_reset) {
 		netdev_info(ieee->dev, "normal associate\n");
@@ -2755,6 +2756,7 @@ static void rtllib_link_change_wq(void *data)
 				     struct rtllib_device, link_change_wq);
 	ieee->link_change(ieee->dev);
 }
+
 /* called only in userspace context */
 void rtllib_disassociate(struct rtllib_device *ieee)
 {
-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] staging: rtl8192e: rtllib_softmac.c: Add necessary blank lines Tapan Prakash T <tapanprakasht@gmail.com> - 2016-02-28 18:10 +0100

csiph-web