diff options
author | Juerg Haefliger <juerg.haefliger@canonical.com> | 2022-05-24 09:58:48 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2022-07-06 14:07:04 +0200 |
commit | b5d263cde50a455815cd714445b71f2554c8a888 (patch) | |
tree | 6b4d308553e2543027ab600d1425d297fe729b87 /arch/m68k/Kconfig.machine | |
parent | 687b2754b080a6e6608b177e195ed3329724ca02 (diff) |
m68k: Kconfig.machine: Add endif comment
Add missing trailing endif comment.
Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220524075848.21684-4-juergh@canonical.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig.machine')
-rw-r--r-- | arch/m68k/Kconfig.machine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 4fbe57de1851..53c45ccda564 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -493,4 +493,4 @@ config ROMKERNEL endchoice -endif +endif # !MMU || COLDFIRE |