From: Valery Ivanov <ivalery111@gmail.com>
To: devel@drivrdev.osuosl.org, linux-kernel@vger.kernel.org
Cc: Valery Ivanov <ivalery111@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Matthew Wilcox (Oracle)" <willy@infradead.org>,
Wambui Karuga <wambui.karugax@gmail.com>,
devel@driverdev.osuosl.org
Subject: [PATCH] staging: octeon: fix missing a blank line after declaration
Date: Thu, 7 Nov 2019 14:13:22 +0000 [thread overview]
Message-ID: <20191107141335.17641-1-ivalery111@gmail.com> (raw)
This patch fixes "WARNING: Missing a blank line after declarations"
Issue found by checkpatch.pl
Signed-off-by: Valery Ivanov <ivalery111@gmail.com>
---
drivers/staging/octeon/octeon-stubs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/octeon/octeon-stubs.h b/drivers/staging/octeon/octeon-stubs.h
index d53bd801f440..ed9d44ff148b 100644
--- a/drivers/staging/octeon/octeon-stubs.h
+++ b/drivers/staging/octeon/octeon-stubs.h
@@ -1375,6 +1375,7 @@ static inline union cvmx_gmxx_rxx_rx_inbnd cvmx_spi4000_check_speed(
int port)
{
union cvmx_gmxx_rxx_rx_inbnd r;
+
r.u64 = 0;
return r;
}
--
2.17.1
next reply other threads:[~2019-11-07 14:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-07 14:13 Valery Ivanov [this message]
2019-11-07 14:22 ` [PATCH] staging: octeon: fix missing a blank line after declaration Greg Kroah-Hartman
2019-11-07 16:12 ` Dan Carpenter
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=20191107141335.17641-1-ivalery111@gmail.com \
--to=ivalery111@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=devel@drivrdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wambui.karugax@gmail.com \
--cc=willy@infradead.org \
/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