[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191107141335.17641-1-ivalery111@gmail.com>
Date: Thu, 7 Nov 2019 14:13:22 +0000
From: Valery Ivanov <ivalery111@...il.com>
To: devel@...vrdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: Valery Ivanov <ivalery111@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Matthew Wilcox (Oracle)" <willy@...radead.org>,
Wambui Karuga <wambui.karugax@...il.com>,
devel@...verdev.osuosl.org
Subject: [PATCH] staging: octeon: fix missing a blank line after declaration
This patch fixes "WARNING: Missing a blank line after declarations"
Issue found by checkpatch.pl
Signed-off-by: Valery Ivanov <ivalery111@...il.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
Powered by blists - more mailing lists