mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 01:08:13 -04:00
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 <enelsonmoore@gmail.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://patch.msgid.link/20260609201211.173438-1-enelsonmoore@gmail.com Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
7d4ea0365c
commit
dc5200f6b1
@@ -1110,7 +1110,7 @@ L(not147):
|
||||
jbra L(mmu_init_done)
|
||||
|
||||
L(not16x):
|
||||
#endif /* CONFIG_MVME162 | CONFIG_MVME167 */
|
||||
#endif /* CONFIG_MVME16x */
|
||||
|
||||
#ifdef CONFIG_BVME6000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user