mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] arm64: acpi: add newline to deferred APEI warning
  2025-11-10 21:21 [PATCH] arm64: acpi: add newline to deferred APEI warning Osama Abdelkader
@ 2025-11-11 20:17 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2025-11-11 20:17 UTC (permalink / raw)
  To: will, ruanjinjie, suzuki.poulose, ryan.roberts, Osama Abdelkader
  Cc: linux-arm-kernel, linux-kernel

On Mon, 10 Nov 2025 23:21:01 +0200, Osama Abdelkader wrote:
> missing newline in pr_warn_ratelimited in apei_claim_sea
> 
> 

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: acpi: add newline to deferred APEI warning
      https://git.kernel.org/arm64/c/420cab015503

-- 
Catalin


^ 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®