Commit 4bc8ff74 authored by Kevin Darbyshire-Bryant's avatar Kevin Darbyshire-Bryant Committed by Greg Kroah-Hartman

staging: octeon: add missing blank line after declarations

Fixes checkpatch.pl
WARNING: Missing a blank line after delarations
Signed-off-by: default avatarKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f3c709b8
...@@ -157,6 +157,7 @@ static void cvm_oct_configure_common_hw(void) ...@@ -157,6 +157,7 @@ static void cvm_oct_configure_common_hw(void)
#ifdef __LITTLE_ENDIAN #ifdef __LITTLE_ENDIAN
{ {
union cvmx_ipd_ctl_status ipd_ctl_status; union cvmx_ipd_ctl_status ipd_ctl_status;
ipd_ctl_status.u64 = cvmx_read_csr(CVMX_IPD_CTL_STATUS); ipd_ctl_status.u64 = cvmx_read_csr(CVMX_IPD_CTL_STATUS);
ipd_ctl_status.s.pkt_lend = 1; ipd_ctl_status.s.pkt_lend = 1;
ipd_ctl_status.s.wqe_lend = 1; ipd_ctl_status.s.wqe_lend = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment