[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1416506474-27241-1-git-send-email-andnlnbn18@gmail.com>
Date: Thu, 20 Nov 2014 23:31:14 +0530
From: Lekshmi <andnlnbn18@...il.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Lekshmi <andnlnbn18@...il.com>
Subject: [PATCH] Drivers:Staging:octeon: Fixed missing a blank line warning
The following checkpatch warning was fixed:
WARNING: Missing a blank line after declarations
Signed-off-by: Lekshmi <andnlnbn18@...il.com>
---
drivers/staging/octeon/ethernet-rx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c
index 44e372f..220106e 100644
--- a/drivers/staging/octeon/ethernet-rx.c
+++ b/drivers/staging/octeon/ethernet-rx.c
@@ -84,6 +84,7 @@ static int cvm_irq_cpu;
static void cvm_oct_enable_napi(void *_)
{
int cpu = smp_processor_id();
+
napi_schedule(&cvm_oct_napi[cpu].napi);
}
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists