[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1410691688-10263-1-git-send-email-work@sorin.cc>
Date: Sun, 14 Sep 2014 03:48:08 -0700
From: Sorin Facaoaru <work@...in.cc>
To: gregkh@...uxfoundation.org
Cc: lordzen87@...il.com, monamagarwal123@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Sorin Facaoaru <work@...in.cc>
Subject: [PATCH] Staging: gs_fpgaboot: fix coding style
- remove return statement at the end of void function
Signed-off-by: Sorin Facaoaru <work@...in.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists