Re: [U-Boot] [PATCH 007/080] core: ofnode: Fix style violations

2017-10-08 Thread Simon Glass
On 29 September 2017 at 06:51, Mario Six wrote: > There are some style violations in ofnode.c; fix those. > > Signed-off-by: Mario Six > --- > drivers/core/ofnode.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) Reviewed-by: Simon Glass

[U-Boot] [PATCH 007/080] core: ofnode: Fix style violations

2017-09-29 Thread Mario Six
There are some style violations in ofnode.c; fix those. Signed-off-by: Mario Six --- drivers/core/ofnode.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/core/ofnode.c b/drivers/core/ofnode.c index c6ca13fabf..a59e40aa97 100644 --- a/drivers/core/