From: Ethan Nelson-Moore <enelsonmoore@gmail.com>
To: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Ethan Nelson-Moore <enelsonmoore@gmail.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Finn Thain <fthain@linux-m68k.org>
Subject: [PATCH] m68k: correct CONFIG_MVME16x macro name in #endif comment
Date: Tue, 9 Jun 2026 13:12:08 -0700 [thread overview]
Message-ID: <20260609201211.173438-1-enelsonmoore@gmail.com> (raw)
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>
---
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
next reply other threads:[~2026-06-09 20:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-09 20:12 Ethan Nelson-Moore [this message]
2026-06-10 7:05 ` [PATCH] m68k: correct CONFIG_MVME16x macro name in #endif comment Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260609201211.173438-1-enelsonmoore@gmail.com \
--to=enelsonmoore@gmail.com \
--cc=fthain@linux-m68k.org \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox