* [PATCH] mips/octeon/smp: Remove space before newline
@ 2025-07-29 11:21 Colin Ian King
2025-08-29 10:20 ` Thomas Bogendoerfer
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-07-29 11:21 UTC (permalink / raw)
To: Thomas Bogendoerfer, linux-mips; +Cc: kernel-janitors, linux-kernel
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>
---
arch/mips/cavium-octeon/smp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
--
2.50.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mips/octeon/smp: Remove space before newline
2025-07-29 11:21 [PATCH] mips/octeon/smp: Remove space before newline Colin Ian King
@ 2025-08-29 10:20 ` Thomas Bogendoerfer
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2025-08-29 10:20 UTC (permalink / raw)
To: Colin Ian King; +Cc: linux-mips, kernel-janitors, linux-kernel
On Tue, Jul 29, 2025 at 12:21:41PM +0100, Colin Ian King wrote:
> 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>
> ---
> arch/mips/cavium-octeon/smp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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);
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-29 10:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 11:21 [PATCH] mips/octeon/smp: Remove space before newline Colin Ian King
2025-08-29 10:20 ` Thomas Bogendoerfer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).