public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH][next] m68k: remove trailing space after \n newline
@ 2024-09-01 15:58 Colin Ian King
  2024-09-02  2:10 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-09-01 15:58 UTC (permalink / raw)
  To: Greg Ungerer, Geert Uytterhoeven, linux-m68k
  Cc: kernel-janitors, linux-kernel

There is a extraneous space after a newline in a pr_debug message.
Remove it.

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

diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c
index 37fb663559b4..c926da9d5ec2 100644
--- a/arch/m68k/kernel/setup_no.c
+++ b/arch/m68k/kernel/setup_no.c
@@ -138,7 +138,7 @@ void __init setup_arch(char **cmdline_p)
 
 	pr_debug("KERNEL -> TEXT=0x%p-0x%p DATA=0x%p-0x%p BSS=0x%p-0x%p\n",
 		 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop);
-	pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n ",
+	pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n",
 		 __bss_stop, memory_start, memory_start, memory_end);
 
 	memblock_add(_rambase, memory_end - _rambase);
-- 
2.39.2


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

* Re: [PATCH][next] m68k: remove trailing space after \n newline
  2024-09-01 15:58 [PATCH][next] m68k: remove trailing space after \n newline Colin Ian King
@ 2024-09-02  2:10 ` Greg Ungerer
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2024-09-02  2:10 UTC (permalink / raw)
  To: Colin Ian King, Geert Uytterhoeven, linux-m68k
  Cc: kernel-janitors, linux-kernel

Hi Colin,

On 2/9/24 01:58, Colin Ian King wrote:
> There is a extraneous space after a newline in a pr_debug message.
> Remove it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Thanks, looks good.
I have applied to for-next branch of m68knommu git tree.

Regards
Greg


> ---
>   arch/m68k/kernel/setup_no.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c
> index 37fb663559b4..c926da9d5ec2 100644
> --- a/arch/m68k/kernel/setup_no.c
> +++ b/arch/m68k/kernel/setup_no.c
> @@ -138,7 +138,7 @@ void __init setup_arch(char **cmdline_p)
>   
>   	pr_debug("KERNEL -> TEXT=0x%p-0x%p DATA=0x%p-0x%p BSS=0x%p-0x%p\n",
>   		 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop);
> -	pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n ",
> +	pr_debug("MEMORY -> ROMFS=0x%p-0x%06lx MEM=0x%06lx-0x%06lx\n",
>   		 __bss_stop, memory_start, memory_start, memory_end);
>   
>   	memblock_add(_rambase, memory_end - _rambase);

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

end of thread, other threads:[~2024-09-02  2:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 15:58 [PATCH][next] m68k: remove trailing space after \n newline Colin Ian King
2024-09-02  2:10 ` Greg Ungerer

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