Re: [PATCH 02/16] memory: mvebu-devbus: Add missing braces to all arms of if statement

2020-07-27 Thread Krzysztof Kozlowski
On Fri, Jul 24, 2020 at 08:23:14PM +0200, Krzysztof Kozlowski wrote: > Add missing braces to all arms of if statement to align with coding > convention. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/memory/mvebu-devbus.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) App

[PATCH 02/16] memory: mvebu-devbus: Add missing braces to all arms of if statement

2020-07-24 Thread Krzysztof Kozlowski
Add missing braces to all arms of if statement to align with coding convention. Signed-off-by: Krzysztof Kozlowski --- drivers/memory/mvebu-devbus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/memory/mvebu-devbus.c b/drivers/memory/mvebu-devbus.c index 886ae