mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: gs_fpgaboot: fix coding style
@ 2014-09-14 10:48 Sorin Facaoaru
  0 siblings, 0 replies; only message in thread
From: Sorin Facaoaru @ 2014-09-14 10:48 UTC (permalink / raw)
  To: gregkh; +Cc: lordzen87, monamagarwal123, devel, linux-kernel, Sorin Facaoaru

- remove return statement at the end of void function

Signed-off-by: Sorin Facaoaru <work@sorin.cc>
---
 drivers/staging/gs_fpgaboot/io.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c
index 23c12f4..f5cd33b 100644
--- a/drivers/staging/gs_fpgaboot/io.c
+++ b/drivers/staging/gs_fpgaboot/io.c
@@ -251,17 +251,14 @@ int xl_init_io(void)
 
 void xl_program_b(int32_t i)
 {
-	return;
 }
 
 void xl_rdwr_b(int32_t i)
 {
-	return;
 }
 
 void xl_csi_b(int32_t i)
 {
-	return;
 }
 
 int xl_get_init_b(void)
@@ -276,17 +273,14 @@ int xl_get_done_b(void)
 
 static inline void byte0_out(unsigned char data)
 {
-	return;
 }
 
 static inline void byte1_out(unsigned char data)
 {
-	return;
 }
 
 static inline void xl_cclk_b(int32_t i)
 {
-	return;
 }
 
 /*
-- 
1.9.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-14 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-14 10:48 [PATCH] Staging: gs_fpgaboot: fix coding style Sorin Facaoaru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®