staging: octeon: fix missing a blank line after declaration
authorValery Ivanov <ivalery111@gmail.com>
Fri, 8 Nov 2019 14:23:29 +0000 (14:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Nov 2019 15:37:58 +0000 (16:37 +0100)
This patch fixes "WARNING: Missing a blank line after declarations"
Issue found by checkpatch.pl

Signed-off-by: Valery Ivanov <ivalery111@gmail.com>
Link: https://lore.kernel.org/r/20191108142329.GA3192@hwsrv-485799.hostwindsdns.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/octeon-stubs.h

index d53bd801f440a7348a6d2d030f8fc88bf4657154..ed9d44ff148b0b29863351b086b358c34b6559e3 100644 (file)
@@ -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;
 }