Re: [PATCH] staging: binder: fix coding style issues

2014-09-08 Thread Dmitry Voytik
On Mon, Sep 8, 2014 at 7:41 PM, Joe Perches wrote: > On Mon, 2014-09-08 at 18:16 +0400, Dmitry Voytik wrote: >> Fix coding style issues: >> * put braces in all if-else branches; >> * limit the length of changed lines to 80 columns. >> checkpatch.pl warning count reduces by 3. >> >> Signed-off-by:

Re: [PATCH] staging: binder: fix coding style issues

2014-09-08 Thread Joe Perches
On Mon, 2014-09-08 at 18:16 +0400, Dmitry Voytik wrote: > Fix coding style issues: > * put braces in all if-else branches; > * limit the length of changed lines to 80 columns. > checkpatch.pl warning count reduces by 3. > > Signed-off-by: Dmitry Voytik > Reviewed-by: Joe Perches Hi Dmitry. I d

[PATCH] staging: binder: fix coding style issues

2014-09-08 Thread Dmitry Voytik
Fix coding style issues: * put braces in all if-else branches; * limit the length of changed lines to 80 columns. checkpatch.pl warning count reduces by 3. Signed-off-by: Dmitry Voytik Reviewed-by: Joe Perches --- drivers/staging/android/binder.c | 16 ++-- 1 file changed, 10 insert

Re: [PATCH] staging: binder: fix coding style issues

2014-09-08 Thread Joe Perches
On Mon, 2014-09-08 at 17:37 +0400, Dmitry Voytik wrote: > Fix coding style issues: > * put braces in all if-else branches; > * limit the length of changed lines to 80 columns. > checkpatch.pl warning count reduces by 3. [] > diff --git a/drivers/staging/android/binder.c > b/drivers/staging/android

[PATCH] staging: binder: fix coding style issues

2014-09-08 Thread Dmitry Voytik
Fix coding style issues: * put braces in all if-else branches; * limit the length of changed lines to 80 columns. checkpatch.pl warning count reduces by 3. Signed-off-by: Dmitry Voytik --- drivers/staging/android/binder.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) d