diff mbox series

init: Add a newline to the LPAR-per-core warning

Message ID 20230620003103.60357-1-joel@jms.id.au
State Accepted
Headers show
Series init: Add a newline to the LPAR-per-core warning | expand

Commit Message

Joel Stanley June 20, 2023, 12:31 a.m. UTC
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 core/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Reza Arbab July 12, 2023, 5:04 p.m. UTC | #1
On Tue, Jun 20, 2023 at 10:01:03AM +0930, Joel Stanley wrote:
>--- 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");
> 	}
> }
>

Applied to master.
diff mbox series

Patch

diff --git a/core/init.c b/core/init.c
index e832a0094019..73748a5d358b 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");
 	}
 }