Re: [PATCH] common: fit: add missing newline

2020-11-19 Thread Tom Rini
On Mon, Nov 16, 2020 at 10:01:31PM +0100, Michael Walle wrote: > The debug statement doesn't end with a newline. Add it. > > Signed-off-by: Michael Walle Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] common: fit: add missing newline

2020-11-16 Thread Michael Walle
The debug statement doesn't end with a newline. Add it. Signed-off-by: Michael Walle --- common/common_fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common_fit.c b/common/common_fit.c index a993308100..219674d467 100644 --- a/common/common_fit.c +++ b/common/co