[PATCH 1/2] staging: wilc1000: remove multiple blank lines.

Sunghoon Cho ywhsbliss at gmail.com
Mon Jun 15 10:42:31 UTC 2015


Remove the warnings for multiple blank lines reported by checkpatch.pl.

Signed-off-by: Sunghoon Cho <ywhsbliss at gmail.com>
---
 drivers/staging/wilc1000/coreconfigsimulator.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging/wilc1000/coreconfigsimulator.h
index 25e3c2c..c4f32f0 100644
--- a/drivers/staging/wilc1000/coreconfigsimulator.h
+++ b/drivers/staging/wilc1000/coreconfigsimulator.h
@@ -8,13 +8,10 @@
  *  @version	1.0
  */
 
-
 #ifndef CORECONFIGSIMULATOR_H
 #define CORECONFIGSIMULATOR_H
 
-
 extern s32 CoreConfigSimulatorInit (void);
 extern s32 CoreConfigSimulatorDeInit (void);
 
-
-#endif
\ No newline at end of file
+#endif
-- 
1.9.1



More information about the devel mailing list