mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
mips/octeon/smp: Remove space before newline
There is an extraneous space before a newline in a pr_info message. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
1b237f190e
commit
12d7b0f093
@@ -334,7 +334,7 @@ static void octeon_cpu_die(unsigned int cpu)
|
||||
new_mask = *p;
|
||||
}
|
||||
|
||||
pr_info("Reset core %d. Available Coremask = 0x%x \n", coreid, new_mask);
|
||||
pr_info("Reset core %d. Available Coremask = 0x%x\n", coreid, new_mask);
|
||||
mb();
|
||||
cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid);
|
||||
cvmx_write_csr(CVMX_CIU_PP_RST, 0);
|
||||
|
||||
Reference in New Issue
Block a user