Re: [PATCH] staging: android: fix Missing a blank line after declarations warnings

2014-05-30 Thread Greg KH
On Fri, May 30, 2014 at 03:56:44PM +1000, Scott Weir wrote: > On Wed, May 28, 2014 at 02:30:27PM -0700, Greg KH wrote: > > On Wed, May 28, 2014 at 06:52:51PM +1000, Scott Weir wrote: > > > This patch corrects coding style issue: > > > WARNING: Missing a black line after declarations > > > > > > Si

Re: [PATCH] staging: android: fix Missing a blank line after declarations warnings

2014-05-29 Thread Scott Weir
On Wed, May 28, 2014 at 02:30:27PM -0700, Greg KH wrote: > On Wed, May 28, 2014 at 06:52:51PM +1000, Scott Weir wrote: > > This patch corrects coding style issue: > > WARNING: Missing a black line after declarations > > > > Signed-off-by: Scott Weir > > --- > > drivers/staging/android/sync_debug

Re: [PATCH] staging: android: fix Missing a blank line after declarations warnings

2014-05-28 Thread Greg KH
On Wed, May 28, 2014 at 06:52:51PM +1000, Scott Weir wrote: > This patch corrects coding style issue: > WARNING: Missing a black line after declarations > > Signed-off-by: Scott Weir > --- > drivers/staging/android/sync_debug.c | 4 This file isn't in my tree. Always work against linux-nex

Re: [PATCH] staging: android: fix missing a blank line after declarations

2014-05-05 Thread Joe Perches
On Mon, 2014-05-05 at 12:59 +0300, Dan Carpenter wrote: > On Sat, May 03, 2014 at 07:43:26PM -0400, Greg KH wrote: > > On Tue, Apr 29, 2014 at 08:32:21PM +0300, Dan Carpenter wrote: > > > On Wed, Apr 30, 2014 at 01:59:12AM +0900, Seunghun Lee wrote: > > > > This patch fixes "Missing a blank line af

Re: [PATCH] staging: android: fix missing a blank line after declarations

2014-05-05 Thread Dan Carpenter
On Sat, May 03, 2014 at 07:43:26PM -0400, Greg KH wrote: > On Tue, Apr 29, 2014 at 08:32:21PM +0300, Dan Carpenter wrote: > > On Wed, Apr 30, 2014 at 01:59:12AM +0900, Seunghun Lee wrote: > > > This patch fixes "Missing a blank line after declarations" warnings. > > > > > > Signed-off-by: Seunghun

Re: [PATCH] staging: android: fix missing a blank line after declarations

2014-05-03 Thread Greg KH
On Tue, Apr 29, 2014 at 08:32:21PM +0300, Dan Carpenter wrote: > On Wed, Apr 30, 2014 at 01:59:12AM +0900, Seunghun Lee wrote: > > This patch fixes "Missing a blank line after declarations" warnings. > > > > Signed-off-by: Seunghun Lee > > Quite a few of these are false checkpatch.pl false posit

Re: [PATCH] staging: android: fix missing a blank line after declarations

2014-04-29 Thread Dan Carpenter
On Wed, Apr 30, 2014 at 01:59:12AM +0900, Seunghun Lee wrote: > This patch fixes "Missing a blank line after declarations" warnings. > > Signed-off-by: Seunghun Lee Quite a few of these are false checkpatch.pl false positives. Just ignore the false positives. regards, dan carpenter __