* [PATCH] arm64: acpi: add newline to deferred APEI warning
@ 2025-11-10 21:21 Osama Abdelkader
2025-11-11 20:17 ` Catalin Marinas
0 siblings, 1 reply; 2+ messages in thread
From: Osama Abdelkader @ 2025-11-10 21:21 UTC (permalink / raw)
To: catalin.marinas, will, ruanjinjie, suzuki.poulose, ryan.roberts
Cc: linux-arm-kernel, linux-kernel, Osama Abdelkader
missing newline in pr_warn_ratelimited in apei_claim_sea
Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
---
arch/arm64/kernel/acpi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/kernel/acpi.c b/arch/arm64/kernel/acpi.c
index 7aca29e1d30b..aab07d179787 100644
--- a/arch/arm64/kernel/acpi.c
+++ b/arch/arm64/kernel/acpi.c
@@ -439,7 +439,7 @@ int apei_claim_sea(struct pt_regs *regs)
irq_work_run();
__irq_exit();
} else {
- pr_warn_ratelimited("APEI work queued but not completed");
+ pr_warn_ratelimited("APEI work queued but not completed\n");
err = -EINPROGRESS;
}
}
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-11 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-10 21:21 [PATCH] arm64: acpi: add newline to deferred APEI warning Osama Abdelkader
2025-11-11 20:17 ` Catalin Marinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®