From 8fe7ea7c1515746299129cc56eff266c7a340950 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 20 Jun 2023 10:01:03 +0930 Subject: init: Add a newline to the LPAR-per-core warning Signed-off-by: Joel Stanley Signed-off-by: Reza Arbab --- core/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/init.c b/core/init.c index e832a00..73748a5 100644 --- a/core/init.c +++ b/core/init.c @@ -1055,7 +1055,7 @@ static void probe_lpar_per_core(void) if (core_thread_state & PPC_BIT(62)) { lpar_per_core = true; - prlog(PR_WARNING, "LPAR-per-core mode detected. KVM may not be usable."); + prlog(PR_WARNING, "LPAR-per-core mode detected. KVM may not be usable.\n"); } } -- cgit v1.1