From: Sorin Facaoaru <work@sorin.cc>
To: gregkh@linuxfoundation.org
Cc: lordzen87@gmail.com, monamagarwal123@gmail.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Sorin Facaoaru <work@sorin.cc>
Subject: [PATCH] Staging: gs_fpgaboot: fix coding style
Date: Sun, 14 Sep 2014 03:48:08 -0700 [thread overview]
Message-ID: <1410691688-10263-1-git-send-email-work@sorin.cc> (raw)
- 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
reply other threads:[~2014-09-14 10:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410691688-10263-1-git-send-email-work@sorin.cc \
--to=work@sorin.cc \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lordzen87@gmail.com \
--cc=monamagarwal123@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®