]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
m68k: Correct CONFIG_MVME16x macro name in #endif comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Tue, 9 Jun 2026 20:12:08 +0000 (13:12 -0700)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 10 Jun 2026 07:10:49 +0000 (09:10 +0200)
commitdc5200f6b1ada318463dd141b041ec9f044b2bf5
treebcbe6bf1cc77293dfdb8556ad8ffd499983ad70d
parent7d4ea0365c8f5d6d685a52ed2ffbfb0c98f002a3
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>
arch/m68k/kernel/head.S