Commit 937cf85f authored by Mike Rapoport's avatar Mike Rapoport Committed by Vineet Gupta

ARC: SMP: fix typo and use "come up" instead of "comeup"

When a secondary CPU fails to come up, there is a missing space in the
log:

	Timeout: CPU1 FAILED to comeup !!!

Fix it.
Signed-off-by: default avatarMike Rapoport <rppt@linux.ibm.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 05b1be68
......@@ -226,7 +226,7 @@ int __cpu_up(unsigned int cpu, struct task_struct *idle)
}
if (!cpu_online(cpu)) {
pr_info("Timeout: CPU%u FAILED to comeup !!!\n", cpu);
pr_info("Timeout: CPU%u FAILED to come up !!!\n", cpu);
return -1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment