Re: [U-Boot] [PATCH 008/080] core: read: Fix style violations

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

[U-Boot] [PATCH 008/080] core: read: Fix style violations

2017-09-29 Thread Mario Six
There are some whitespace-related style violations in read.c; fix those. Signed-off-by: Mario Six --- drivers/core/read.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/core/read.c b/drivers/core/read.c index eacf1716fd..2766d228a6 100644 --- a/drivers/core/