Re: [PATCH] staging: greybus: fix checkpatch braces not necessary warning

2017-01-10 Thread Viresh Kumar
On Wed, Jan 11, 2017 at 6:25 AM, Abdul Rauf wrote: > Fix the following warnings: > braces {} are not necessary for any arm of this statement > > Signed-off-by: Abdul Rauf > --- > drivers/staging/greybus/loopback.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) Acked-by: Viresh K

[PATCH] staging: greybus: fix checkpatch braces not necessary warning

2017-01-10 Thread Abdul Rauf
Fix the following warnings: braces {} are not necessary for any arm of this statement Signed-off-by: Abdul Rauf --- drivers/staging/greybus/loopback.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback