]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mips/octeon/smp: Remove space before newline
authorColin Ian King <colin.i.king@gmail.com>
Tue, 29 Jul 2025 11:21:41 +0000 (12:21 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 29 Aug 2025 09:55:11 +0000 (11:55 +0200)
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>
arch/mips/cavium-octeon/smp.c

index 08ea2cde1eb5b3af1ccec1badec2f665b1a4bc92..054e331b3202624fb7af9026ab996ac23c46e3f1 100644 (file)
@@ -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);