]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: wilc1000: remove multiple blank lines.
authorSunghoon Cho <ywhsbliss@gmail.com>
Mon, 15 Jun 2015 10:42:31 +0000 (19:42 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2015 04:50:22 +0000 (21:50 -0700)
Remove the warnings for multiple blank lines reported by checkpatch.pl.

Signed-off-by: Sunghoon Cho <ywhsbliss@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigsimulator.h

index 25e3c2ce2278580d4ba3f60e2735215963ad67c4..c4f32f0770b1f4633cdd2f59e60d22f4b8dd0e0b 100644 (file)
@@ -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