Re: [U-Boot] [PATCH v2 05/22] stdio: Correct code style nits

2016-11-25 Thread Simon Glass
On 13 November 2016 at 14:21, Simon Glass wrote: > Fix a few code style nits in stdio_get_by_name(). > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > common/stdio.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to

[U-Boot] [PATCH v2 05/22] stdio: Correct code style nits

2016-11-13 Thread Simon Glass
Fix a few code style nits in stdio_get_by_name(). Signed-off-by: Simon Glass --- Changes in v2: None common/stdio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/stdio.c b/common/stdio.c index 8e4a9be..a7d016b 100644 --- a/common/stdio.c +++