* [PATCH] ARM: rockchip: atf: add missing newline in message
@ 2026-03-19 14:20 Sascha Hauer
2026-03-20 7:09 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2026-03-19 14:20 UTC (permalink / raw)
To: Barebox List
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/mach-rockchip/atf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/atf.c b/arch/arm/mach-rockchip/atf.c
index a60b55ae24..91b7b44def 100644
--- a/arch/arm/mach-rockchip/atf.c
+++ b/arch/arm/mach-rockchip/atf.c
@@ -21,7 +21,7 @@ struct rockchip_scratch_space *rk_scratch;
static void rk_scratch_save_optee_hdr(const struct optee_header *hdr)
{
if (!rk_scratch) {
- pr_err("No scratch area initialized, skip saving optee-hdr");
+ pr_err("No scratch area initialized, skip saving optee-hdr\n");
return;
}
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: rockchip: atf: add missing newline in message
2026-03-19 14:20 [PATCH] ARM: rockchip: atf: add missing newline in message Sascha Hauer
@ 2026-03-20 7:09 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-03-20 7:09 UTC (permalink / raw)
To: Barebox List, Sascha Hauer
On Thu, 19 Mar 2026 15:20:55 +0100, Sascha Hauer wrote:
>
Applied, thanks!
[1/1] ARM: rockchip: atf: add missing newline in message
https://git.pengutronix.de/cgit/barebox/commit/?id=13cef7365625 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-20 7:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-19 14:20 [PATCH] ARM: rockchip: atf: add missing newline in message Sascha Hauer
2026-03-20 7:09 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox