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 Signed-off-by:

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 sjw0...@gmail.com ---

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

2014-05-28 Thread Scott Weir
This patch corrects coding style issue: WARNING: Missing a black line after declarations Signed-off-by: Scott Weir sjw0...@gmail.com --- drivers/staging/android/sync_debug.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/android/sync_debug.c

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 sjw0...@gmail.com --- drivers/staging/android/sync_debug.c | 4 This file isn't in my tree. Always work

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 Lee

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 way...@gmail.com Quite a few of these are false checkpatch.pl false

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

2014-04-30 Thread Seunghun Lee
This patch fixes Missing a blank line after declarations warnings. Signed-off-by: Seunghun Lee way...@gmail.com --- drivers/staging/android/alarm-dev.c |1 + drivers/staging/android/binder.c | 34 + drivers/staging/android/ion/ion.c

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

2014-04-29 Thread Seunghun Lee
This patch fixes Missing a blank line after declarations warnings. Signed-off-by: Seunghun Lee way...@gmail.com --- drivers/staging/android/alarm-dev.c |1 + drivers/staging/android/binder.c | 37 + drivers/staging/android/ion/ion.c

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 way...@gmail.com Quite a few of these are false checkpatch.pl false positives. Just ignore the false positives. regards, dan carpenter