[PATCH] arm: imx: parse-container: add some missing end of line

2022-04-12 Thread sbabic
> Some printf() have strings that doesn't terminate with end of line > and make the output hard to read. > Signed-off-by: Clément Péron > Reviewed-by: Fabio Estevam > Reviewed-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

Re: [PATCH] arm: imx: parse-container: add some missing end of line

2022-04-06 Thread Peng Fan (OSS)
On 2022/3/30 19:49, Clément Péron wrote: Some printf() have strings that doesn't terminate with end of line and make the output hard to read. Signed-off-by: Clément Péron Reviewed-by: Peng Fan --- arch/arm/mach-imx/parse-container.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [PATCH] arm: imx: parse-container: add some missing end of line

2022-03-30 Thread Fabio Estevam
Hi Clément, On Wed, Mar 30, 2022 at 8:49 AM Clément Péron wrote: > > Some printf() have strings that doesn't terminate with end of line > and make the output hard to read. > > Signed-off-by: Clément Péron Thanks for the patch: Reviewed-by: Fabio Estevam

[PATCH] arm: imx: parse-container: add some missing end of line

2022-03-30 Thread Clément Péron
Some printf() have strings that doesn't terminate with end of line and make the output hard to read. Signed-off-by: Clément Péron --- arch/arm/mach-imx/parse-container.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-imx/parse-container.c b/arch/arm/mach-i