All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Staging: wilc1000: Remove multiple blank lines
@ 2015-10-17 12:25 Aybuke Ozdemir
  2015-10-17 12:25 ` [PATCH 2/3] Staging: wilc1000: Remove unnecessary else after return Aybuke Ozdemir
  2015-10-18 17:10 ` [Outreachy kernel] [PATCH 1/3] Staging: wilc1000: Remove multiple blank lines Daniel Baluta
  0 siblings, 2 replies; 7+ messages in thread
From: Aybuke Ozdemir @ 2015-10-17 12:25 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Aybuke Ozdemir

Remove multiple blank lines. Problem found using checkpatch.pl
CHECK: Please don't use multiple blank lines.

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
---
 drivers/staging/wilc1000/coreconfigurator.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index 3d45cc3..93f3c75 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -8,7 +8,6 @@
  *  @version	1.0
  */
 
-
 #include "coreconfigurator.h"
 #include "wilc_wlan_if.h"
 #include "wilc_wlan.h"
@@ -544,7 +543,6 @@ s32 ParseAssocRespInfo(u8 *pu8Buffer, u32 u32BufferLen,
 
 	*ppstrConnectRespInfo = pstrConnectRespInfo;
 
-
 	return s32Error;
 }
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-19  1:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-17 12:25 [PATCH 1/3] Staging: wilc1000: Remove multiple blank lines Aybuke Ozdemir
2015-10-17 12:25 ` [PATCH 2/3] Staging: wilc1000: Remove unnecessary else after return Aybuke Ozdemir
2015-10-17 12:25   ` [PATCH 3/3] Staging: wilc1000: Remove unnecessary parentheses Aybuke Ozdemir
2015-10-18 17:12     ` [Outreachy kernel] " Daniel Baluta
2015-10-18 17:16       ` Daniel Baluta
2015-10-19  1:57         ` Greg KH
2015-10-18 17:10 ` [Outreachy kernel] [PATCH 1/3] Staging: wilc1000: Remove multiple blank lines Daniel Baluta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.