From: Thorsten Blum Date: Wed, 29 Apr 2026 10:12:21 +0000 (+0200) Subject: x86/purgatory: Fix #endif comment X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f9b55e47ac6087d2da9880eed4b0b8414ce41eeb;p=thirdparty%2Fkernel%2Flinux.git x86/purgatory: Fix #endif comment Replace _ASM_PURGATORY_H with _ASM_X86_PURGATORY_H to match the actual macro name. Signed-off-by: Thorsten Blum Signed-off-by: Borislav Petkov (AMD) Link: https://patch.msgid.link/20260429101221.110159-3-thorsten.blum@linux.dev --- diff --git a/arch/x86/include/asm/purgatory.h b/arch/x86/include/asm/purgatory.h index 2fee5e9f1ccc3..56a9e81edb151 100644 --- a/arch/x86/include/asm/purgatory.h +++ b/arch/x86/include/asm/purgatory.h @@ -8,4 +8,4 @@ extern void purgatory(void); #endif /* __ASSEMBLER__ */ -#endif /* _ASM_PURGATORY_H */ +#endif /* _ASM_X86_PURGATORY_H */