Re: [PATCH] staging : android : uapi : fix coding style

2014-04-16 Thread Joe Perches
(adding John Stultz) On Wed, 2014-04-16 at 23:27 +0900, Seunghun Lee wrote: > This patch fix checkpatch.pl warnings and errors. [] > diff --git a/drivers/staging/android/uapi/binder.h > b/drivers/staging/android/uapi/binder.h [] > @@ -169,7 +169,7 @@ struct binder_ptr_cookie { > struct binder_ha

Re: [PATCH] staging : android : uapi : fix coding style

2014-04-16 Thread Colin Cross
(resending without the html) On Wed, Apr 16, 2014 at 9:36 AM, John Stultz wrote: > > On 04/16/2014 07:39 AM, Joe Perches wrote: > > On Wed, 2014-04-16 at 23:27 +0900, Seunghun Lee wrote: > >> This patch fix checkpatch.pl warnings and errors. > > [] > >> diff --git a/drivers/staging/android/uapi/b

Re: [PATCH] staging : android : uapi : fix coding style

2014-04-16 Thread John Stultz
On 04/16/2014 07:39 AM, Joe Perches wrote: > On Wed, 2014-04-16 at 23:27 +0900, Seunghun Lee wrote: >> This patch fix checkpatch.pl warnings and errors. > [] >> diff --git a/drivers/staging/android/uapi/binder.h >> b/drivers/staging/android/uapi/binder.h > [] >> @@ -169,7 +169,7 @@ struct binder_p

Re: [PATCH] staging : android : uapi : fix coding style

2014-04-16 Thread earl
On 04/16/2014 11:44 PM, Dan Carpenter wrote: Subject is not correct format. Should be: [PATCH] staging: android: uapi: fix coding style On Wed, Apr 16, 2014 at 11:27:39PM +0900, Seunghun Lee wrote: This patch fix checkpatch.pl warnings and errors. Patch does too many things at once. Split

Re: [PATCH] staging : android : uapi : fix coding style

2014-04-16 Thread Dan Carpenter
Subject is not correct format. Should be: [PATCH] staging: android: uapi: fix coding style On Wed, Apr 16, 2014 at 11:27:39PM +0900, Seunghun Lee wrote: > This patch fix checkpatch.pl warnings and errors. > Patch does too many things at once. Split it up. > Signed-off-by: Seunghun Lee > ---