Re: [PATCH v3 1/2] staging: ion: Fix a coding style issue

2016-09-22 Thread Laura Abbott
On 09/22/2016 08:59 AM, Antti Keränen wrote: Remove unnecessary braces surrounding a single statement block In the future, when sending different versions of a patch please give a short summary of what's changed. I think this is just a resend from v2 with more reviewers added but I'm not 100%

[PATCH v3 1/2] staging: ion: Fix a coding style issue

2016-09-22 Thread Antti Keränen
Remove unnecessary braces surrounding a single statement block Signed-off-by: Antti Keränen --- drivers/staging/android/ion/hisilicon/hi6220_ion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/ion/hisilicon/hi6220_ion.c