Re: [PATCH] staging: bcm: add missing blank lines after declarations

2014-07-09 Thread Joe Perches
On Wed, 2014-07-09 at 17:59 +0200, Pawel Lebioda wrote: > Fix "Missing blank line after declaration" warnings reported by > checkpatch.pl. trivial unrelated notes: > diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c > index 3dbdf0e..adca0ce 100644 > --- a/drivers/staging/bc

[PATCH] staging: bcm: add missing blank lines after declarations

2014-07-09 Thread Pawel Lebioda
Fix "Missing blank line after declaration" warnings reported by checkpatch.pl. Signed-off-by: Pawel Lebioda --- drivers/staging/bcm/CmHost.c| 1 + drivers/staging/bcm/IPv6Protocol.c | 6 ++ drivers/staging/bcm/InterfaceDld.c | 1 + drivers/staging/bcm/InterfaceInit.c | 1 + drivers

Re: [PATCH] staging: bcm: add missing blank lines after declarations

2014-07-08 Thread Greg Kroah-Hartman
On Fri, Jul 04, 2014 at 10:30:27PM +0200, Pawel Lebioda wrote: > This patch fixes almost all 'missing blank line after declaration' > warnings reported by checkpatch.pl for drivers/staging/bcm. > > Signed-off-by: Pawel Lebioda > Reviewed-by: Matthias Beyer This patch no longer applies due to ot

Re: [PATCH] staging: bcm: add missing blank lines after declarations

2014-07-06 Thread Matthias Beyer
On 04-07-2014 22:30:27, Pawel Lebioda wrote: > Hi, > > This patch fixes almost all 'missing blank line after declaration' > warnings reported by checkpatch.pl for drivers/staging/bcm. > > Regards > Pawel Lebioda > > Signed-off-by: Pawel Lebioda > drivers/staging/bcm/CmHost.c| 1 + > dr

[PATCH] staging: bcm: add missing blank lines after declarations

2014-07-04 Thread Pawel Lebioda
Hi, This patch fixes almost all 'missing blank line after declaration' warnings reported by checkpatch.pl for drivers/staging/bcm. Regards Pawel Lebioda Signed-off-by: Pawel Lebioda drivers/staging/bcm/CmHost.c| 1 + drivers/staging/bcm/IPv6Protocol.c | 6 ++ drivers/staging/bcm/I