Re: [PATCH] Staging: android: sync.c: fix missing blank line after declaration

2014-07-31 Thread Greg KH
On Thu, Jul 31, 2014 at 08:47:07AM -0300, Murilo Opsfelder Araujo wrote: > On 07/30/2014 09:17 PM, Greg KH wrote: > >Also doesn't apply, are you sure you are using the staging-next branch > >of staging.git on git.kernel.org? > > I was using linux-next, not staging-next. sync.c has no checkpatch.p

Re: [PATCH] Staging: android: sync.c: fix missing blank line after declaration

2014-07-31 Thread Murilo Opsfelder Araujo
On 07/30/2014 09:17 PM, Greg KH wrote: Also doesn't apply, are you sure you are using the staging-next branch of staging.git on git.kernel.org? I was using linux-next, not staging-next. sync.c has no checkpatch.pl warnings in staging-next. Sorry for the false alarm, guys. -- Murilo ___

Re: [PATCH] Staging: android: sync.c: fix missing blank line after declaration

2014-07-30 Thread Greg KH
On Mon, Jul 28, 2014 at 08:03:46PM -0300, Murilo Opsfelder Araujo wrote: > Fix coding style issue. > > Signed-off-by: Murilo Opsfelder Araujo > --- > drivers/staging/android/sync.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/sync.c b/drive

[PATCH] Staging: android: sync.c: fix missing blank line after declaration

2014-07-28 Thread Murilo Opsfelder Araujo
Fix coding style issue. Signed-off-by: Murilo Opsfelder Araujo --- drivers/staging/android/sync.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index e7b2e02..69c16cb 100644 --- a/drivers/staging/android/syn