Re: [PATCH] staging: greybus: Adding missing brackets into if..else block.

2019-09-05 Thread Johan Hovold
On Wed, Sep 04, 2019 at 08:32:09PM +, Julio Faracco wrote: > Inside a block of if..else conditional, else structure does not contain > brackets. This is not following regular policies of good coding style. s/good/kernel/ ? > All parts of this conditional blocks should respect brackets

[PATCH] staging: greybus: Adding missing brackets into if..else block.

2019-09-04 Thread Julio Faracco
Inside a block of if..else conditional, else structure does not contain brackets. This is not following regular policies of good coding style. All parts of this conditional blocks should respect brackets inclusion. Signed-off-by: Julio Faracco --- drivers/staging/greybus/tools/loopback_test.c |