public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-sa1100: Remove space before newline
@ 2025-07-29 11:18 Colin Ian King
  2025-07-29 12:21 ` Dev Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-07-29 11:18 UTC (permalink / raw)
  To: Russell King, linux-arm-kernel; +Cc: kernel-janitors, linux-kernel

There is an extraneous space before a newline in a warning message.
Remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 arch/arm/mach-sa1100/jornada720_ssp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-sa1100/jornada720_ssp.c b/arch/arm/mach-sa1100/jornada720_ssp.c
index d94810217095..983988395488 100644
--- a/arch/arm/mach-sa1100/jornada720_ssp.c
+++ b/arch/arm/mach-sa1100/jornada720_ssp.c
@@ -144,7 +144,7 @@ static int jornada_ssp_probe(struct platform_device *dev)
 		return ret;
 	}
 
-	printk(KERN_WARNING "SSP: initialization failed, trying non-irq solution \n");
+	printk(KERN_WARNING "SSP: initialization failed, trying non-irq solution\n");
 
 	/* init of Serial 4 port */
 	Ser4MCCR0 = 0;
-- 
2.50.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: mach-sa1100: Remove space before newline
  2025-07-29 11:18 [PATCH] ARM: mach-sa1100: Remove space before newline Colin Ian King
@ 2025-07-29 12:21 ` Dev Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Dev Jain @ 2025-07-29 12:21 UTC (permalink / raw)
  To: Colin Ian King, Russell King, linux-arm-kernel
  Cc: kernel-janitors, linux-kernel


On 29/07/25 4:48 pm, Colin Ian King wrote:
> There is an extraneous space before a newline in a warning message.
> Remove it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   

Reviewed-by: Dev Jain <dev.jain@arm.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-29 12:30 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:18 [PATCH] ARM: mach-sa1100: Remove space before newline Colin Ian King
2025-07-29 12:21 ` Dev Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox