diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2025-07-29 12:21:41 +0100 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-08-29 11:55:11 +0200 |
| commit | 12d7b0f093d39daccb2a4eab0ebc0b3abb08c7f8 (patch) | |
| tree | d849c8ed2228a4fea4eb8ed793d1ce79162c75bc | |
| parent | 1b237f190eb3d36f52dffe07a40b5eb210280e00 (diff) | |
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>
| -rw-r--r-- | arch/mips/cavium-octeon/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/smp.c b/arch/mips/cavium-octeon/smp.c index 08ea2cde1eb5..054e331b3202 100644 --- a/arch/mips/cavium-octeon/smp.c +++ b/arch/mips/cavium-octeon/smp.c @@ -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); |
