* [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID
@ 2016-01-03 17:24 Ladislav Michl
2016-01-04 22:12 ` Enric Balletbo Serra
2016-01-20 21:01 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2016-01-03 17:24 UTC (permalink / raw)
To: u-boot
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
arch/arm/cpu/armv7/omap-common/utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/utils.c b/arch/arm/cpu/armv7/omap-common/utils.c
index 602d993..52ea734 100644
--- a/arch/arm/cpu/armv7/omap-common/utils.c
+++ b/arch/arm/cpu/armv7/omap-common/utils.c
@@ -108,6 +108,6 @@ void omap_die_id_display(void)
omap_die_id(die_id);
- printf("OMAP die ID: %08x%08x%08x%08x", die_id[0], die_id[1], die_id[2],
- die_id[3]);
+ printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[0], die_id[1],
+ die_id[2], die_id[3]);
}
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID
2016-01-03 17:24 [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID Ladislav Michl
@ 2016-01-04 22:12 ` Enric Balletbo Serra
2016-01-20 21:01 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Enric Balletbo Serra @ 2016-01-04 22:12 UTC (permalink / raw)
To: u-boot
2016-01-03 18:24 GMT+01:00 Ladislav Michl <ladis@linux-mips.org>:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
> arch/arm/cpu/armv7/omap-common/utils.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/cpu/armv7/omap-common/utils.c b/arch/arm/cpu/armv7/omap-common/utils.c
> index 602d993..52ea734 100644
> --- a/arch/arm/cpu/armv7/omap-common/utils.c
> +++ b/arch/arm/cpu/armv7/omap-common/utils.c
> @@ -108,6 +108,6 @@ void omap_die_id_display(void)
>
> omap_die_id(die_id);
>
> - printf("OMAP die ID: %08x%08x%08x%08x", die_id[0], die_id[1], die_id[2],
> - die_id[3]);
> + printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[0], die_id[1],
> + die_id[2], die_id[3]);
> }
> --
> 2.1.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
I personally find this a bit annoying too, so you have my ack
Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] armv7: Add missing newline after OMAP die ID
2016-01-03 17:24 [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID Ladislav Michl
2016-01-04 22:12 ` Enric Balletbo Serra
@ 2016-01-20 21:01 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-01-20 21:01 UTC (permalink / raw)
To: u-boot
On Sun, Jan 03, 2016 at 06:24:27PM +0100, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160120/77f131d9/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-20 21:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03 17:24 [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID Ladislav Michl
2016-01-04 22:12 ` Enric Balletbo Serra
2016-01-20 21:01 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox