LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/serial: Fix include guard comment
@ 2026-06-23 15:38 Thorsten Blum
  2026-06-25  8:43 ` Mukesh Kumar Chaurasiya
  2026-07-30  5:41 ` Madhavan Srinivasan
  0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Blum @ 2026-06-23 15:38 UTC (permalink / raw)
  To: Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin,
	Christophe Leroy (CS GROUP)
  Cc: Thorsten Blum, linuxppc-dev, linux-kernel

Replace _PPC64_SERIAL_H with _ASM_POWERPC_SERIAL_H to match the actual
macro name. Remove an empty comment while at it.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 arch/powerpc/include/asm/serial.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/powerpc/include/asm/serial.h b/arch/powerpc/include/asm/serial.h
index cd6c18d0e66e..c3eb4a64b3f5 100644
--- a/arch/powerpc/include/asm/serial.h
+++ b/arch/powerpc/include/asm/serial.h
@@ -1,6 +1,4 @@
 /* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- */
 #ifndef _ASM_POWERPC_SERIAL_H
 #define _ASM_POWERPC_SERIAL_H
 
@@ -18,4 +16,4 @@ extern void find_legacy_serial_ports(void);
 #define find_legacy_serial_ports()	do { } while (0)
 #endif
 
-#endif /* _PPC64_SERIAL_H */
+#endif /* _ASM_POWERPC_SERIAL_H */


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

* Re: [PATCH] powerpc/serial: Fix include guard comment
  2026-06-23 15:38 [PATCH] powerpc/serial: Fix include guard comment Thorsten Blum
@ 2026-06-25  8:43 ` Mukesh Kumar Chaurasiya
  2026-07-30  5:41 ` Madhavan Srinivasan
  1 sibling, 0 replies; 3+ messages in thread
From: Mukesh Kumar Chaurasiya @ 2026-06-25  8:43 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin,
	Christophe Leroy (CS GROUP), linuxppc-dev, linux-kernel

On Tue, Jun 23, 2026 at 05:38:25PM +0200, Thorsten Blum wrote:
> Replace _PPC64_SERIAL_H with _ASM_POWERPC_SERIAL_H to match the actual
> macro name. Remove an empty comment while at it.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---
>  arch/powerpc/include/asm/serial.h | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/arch/powerpc/include/asm/serial.h b/arch/powerpc/include/asm/serial.h
> index cd6c18d0e66e..c3eb4a64b3f5 100644
> --- a/arch/powerpc/include/asm/serial.h
> +++ b/arch/powerpc/include/asm/serial.h
> @@ -1,6 +1,4 @@
>  /* SPDX-License-Identifier: GPL-2.0-or-later */
> -/*
> - */
>  #ifndef _ASM_POWERPC_SERIAL_H
>  #define _ASM_POWERPC_SERIAL_H
>  
> @@ -18,4 +16,4 @@ extern void find_legacy_serial_ports(void);
>  #define find_legacy_serial_ports()	do { } while (0)
>  #endif
>  
> -#endif /* _PPC64_SERIAL_H */
> +#endif /* _ASM_POWERPC_SERIAL_H */

LGTM

Reviewed-by: Mukesh Kumar Chaurasiya (IBM) <mkchauras@gmail.com>


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

* Re: [PATCH] powerpc/serial: Fix include guard comment
  2026-06-23 15:38 [PATCH] powerpc/serial: Fix include guard comment Thorsten Blum
  2026-06-25  8:43 ` Mukesh Kumar Chaurasiya
@ 2026-07-30  5:41 ` Madhavan Srinivasan
  1 sibling, 0 replies; 3+ messages in thread
From: Madhavan Srinivasan @ 2026-07-30  5:41 UTC (permalink / raw)
  To: Michael Ellerman, Nicholas Piggin, Christophe Leroy (CS GROUP),
	Thorsten Blum
  Cc: linuxppc-dev, linux-kernel

On Tue, 23 Jun 2026 17:38:25 +0200, Thorsten Blum wrote:
> Replace _PPC64_SERIAL_H with _ASM_POWERPC_SERIAL_H to match the actual
> macro name. Remove an empty comment while at it.
> 
> 

Applied to powerpc/fixes.

[1/1] powerpc/serial: Fix include guard comment
      https://git.kernel.org/powerpc/c/86f057c19fbe089ec8a2020ef5f1579b99d87ac7

cheers


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

end of thread, other threads:[~2026-07-30  5:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23 15:38 [PATCH] powerpc/serial: Fix include guard comment Thorsten Blum
2026-06-25  8:43 ` Mukesh Kumar Chaurasiya
2026-07-30  5:41 ` Madhavan Srinivasan

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