From: Ethan Nelson-Moore Date: Tue, 9 Jun 2026 20:12:08 +0000 (-0700) Subject: m68k: Correct CONFIG_MVME16x macro name in #endif comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5200f6b1ada318463dd141b041ec9f044b2bf5;p=thirdparty%2Flinux.git m68k: Correct CONFIG_MVME16x macro name in #endif comment 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 Reviewed-by: Geert Uytterhoeven Link: https://patch.msgid.link/20260609201211.173438-1-enelsonmoore@gmail.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index 2e4ef0358887c..502eeae49eafa 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