All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: wilc1000: remove multiple blank lines.
@ 2015-06-15 10:42 Sunghoon Cho
  2015-06-15 10:42 ` [PATCH 2/2] staging: wilc1000: remove the warnings on prohibited spaces Sunghoon Cho
  0 siblings, 1 reply; 2+ messages in thread
From: Sunghoon Cho @ 2015-06-15 10:42 UTC (permalink / raw)
  To: gregkh, devel, linux-wireless, johnny.kim, chris.park,
	Rachel.kim, dean.lee
  Cc: Sunghoon Cho

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

Signed-off-by: Sunghoon Cho <ywhsbliss@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


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

* [PATCH 2/2] staging: wilc1000: remove the warnings on prohibited spaces.
  2015-06-15 10:42 [PATCH 1/2] staging: wilc1000: remove multiple blank lines Sunghoon Cho
@ 2015-06-15 10:42 ` Sunghoon Cho
  0 siblings, 0 replies; 2+ messages in thread
From: Sunghoon Cho @ 2015-06-15 10:42 UTC (permalink / raw)
  To: gregkh, devel, linux-wireless, johnny.kim, chris.park,
	Rachel.kim, dean.lee
  Cc: Sunghoon Cho

Remove space prohibited between function name and open parenthesis.

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

diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging/wilc1000/coreconfigsimulator.h
index c4f32f0..5e01f8e 100644
--- a/drivers/staging/wilc1000/coreconfigsimulator.h
+++ b/drivers/staging/wilc1000/coreconfigsimulator.h
@@ -11,7 +11,7 @@
 #ifndef CORECONFIGSIMULATOR_H
 #define CORECONFIGSIMULATOR_H
 
-extern s32 CoreConfigSimulatorInit (void);
-extern s32 CoreConfigSimulatorDeInit (void);
+extern s32 CoreConfigSimulatorInit(void);
+extern s32 CoreConfigSimulatorDeInit(void);
 
 #endif
-- 
1.9.1


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

end of thread, other threads:[~2015-06-15 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15 10:42 [PATCH 1/2] staging: wilc1000: remove multiple blank lines Sunghoon Cho
2015-06-15 10:42 ` [PATCH 2/2] staging: wilc1000: remove the warnings on prohibited spaces Sunghoon Cho

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.