From f9b55e47ac6087d2da9880eed4b0b8414ce41eeb Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Wed, 29 Apr 2026 12:12:21 +0200 Subject: [PATCH] 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 --- arch/x86/include/asm/purgatory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/purgatory.h b/arch/x86/include/asm/purgatory.h index 2fee5e9f1ccc..56a9e81edb15 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 */