Skip to content

Commit 8fe7ea7

Browse files
shenkirarbab
authored andcommittedJul 12, 2023
init: Add a newline to the LPAR-per-core warning
Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
1 parent f2eddc6 commit 8fe7ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/init.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ static void probe_lpar_per_core(void)
10551055

10561056
if (core_thread_state & PPC_BIT(62)) {
10571057
lpar_per_core = true;
1058-
prlog(PR_WARNING, "LPAR-per-core mode detected. KVM may not be usable.");
1058+
prlog(PR_WARNING, "LPAR-per-core mode detected. KVM may not be usable.\n");
10591059
}
10601060
}
10611061

0 commit comments

Comments
 (0)
Please sign in to comment.