[PATCH] m68k: correct CONFIG_MVME16x macro name in #endif comment

From: Ethan Nelson-Moore

Date: Tue Jun 09 2026 - 16:15:36 EST


A comment in arch/m68k/kernel/head.S incorrectly refers to
CONFIG_MVME162 and CONFIG_MVME167 instead of CONFIG_MVME16x. Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@xxxxxxxxx>
---
arch/m68k/kernel/head.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S
index 2e4ef0358887..502eeae49eaf 100644
--- a/arch/m68k/kernel/head.S
+++ b/arch/m68k/kernel/head.S
@@ -1110,7 +1110,7 @@ L(not147):
jbra L(mmu_init_done)

L(not16x):
-#endif /* CONFIG_MVME162 | CONFIG_MVME167 */
+#endif /* CONFIG_MVME16x */

#ifdef CONFIG_BVME6000

--
2.43.0