aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet.c
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2015-07-25 10:48:28 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-31 16:14:53 -0700
commit4bc8ff7479c57f2e0332d8b8dc7ba44b31b6839c (patch)
tree612a68c12719573b3c63bfa9835df2fb123ee276 /drivers/staging/octeon/ethernet.c
parentStaging: dgnc: dgnc_driver.h: remove unnecessary comments (diff)
downloadlinux-dev-4bc8ff7479c57f2e0332d8b8dc7ba44b31b6839c.tar.xz
linux-dev-4bc8ff7479c57f2e0332d8b8dc7ba44b31b6839c.zip
staging: octeon: add missing blank line after declarations
Fixes checkpatch.pl WARNING: Missing a blank line after delarations Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/octeon/ethernet.c')
-rw-r--r--drivers/staging/octeon/ethernet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c
index f9dba23a3759..0718b35f7335 100644
--- a/drivers/staging/octeon/ethernet.c
+++ b/drivers/staging/octeon/ethernet.c
@@ -157,6 +157,7 @@ static void cvm_oct_configure_common_hw(void)
#ifdef __LITTLE_ENDIAN
{
union cvmx_ipd_ctl_status 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.wqe_lend = 1;