[tip: x86/cleanups] x86/purgatory: Fix #endif comment
From: tip-bot2 for Thorsten Blum
Date: Thu May 07 2026 - 07:32:29 EST
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: f9b55e47ac6087d2da9880eed4b0b8414ce41eeb
Gitweb: https://git.kernel.org/tip/f9b55e47ac6087d2da9880eed4b0b8414ce41eeb
Author: Thorsten Blum <thorsten.blum@xxxxxxxxx>
AuthorDate: Wed, 29 Apr 2026 12:12:21 +02:00
Committer: Borislav Petkov (AMD) <bp@xxxxxxxxx>
CommitterDate: Thu, 07 May 2026 13:19:16 +02:00
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 <thorsten.blum@xxxxxxxxx>
Signed-off-by: Borislav Petkov (AMD) <bp@xxxxxxxxx>
Link: https://patch.msgid.link/20260429101221.110159-3-thorsten.blum@xxxxxxxxx
---
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 2fee5e9..56a9e81 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 */