* [PATCH] Drivers:Staging:octeon: Fixed missing a blank line warning
@ 2014-11-20 18:01 Lekshmi
2014-11-26 21:44 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Lekshmi @ 2014-11-20 18:01 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel, Lekshmi
The following checkpatch warning was fixed:
WARNING: Missing a blank line after declarations
Signed-off-by: Lekshmi <andnlnbn18@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Drivers:Staging:octeon: Fixed missing a blank line warning
2014-11-20 18:01 [PATCH] Drivers:Staging:octeon: Fixed missing a blank line warning Lekshmi
@ 2014-11-26 21:44 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-11-26 21:44 UTC (permalink / raw)
To: Lekshmi; +Cc: devel, linux-kernel
On Thu, Nov 20, 2014 at 11:31:14PM +0530, Lekshmi wrote:
> The following checkpatch warning was fixed:
> WARNING: Missing a blank line after declarations
>
> Signed-off-by: Lekshmi <andnlnbn18@gmail.com>
I need a "full name" here, sorry.
Please fix and resend.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-26 21:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 18:01 [PATCH] Drivers:Staging:octeon: Fixed missing a blank line warning Lekshmi
2014-11-26 21:44 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).