[tip: x86/cleanups] x86/purgatory: Fix #endif comment

tip-bot2 for Thorsten Blum posted 1 patch 1 month, 1 week ago
arch/x86/include/asm/purgatory.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[tip: x86/cleanups] x86/purgatory: Fix #endif comment
Posted by tip-bot2 for Thorsten Blum 1 month, 1 week ago
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@linux.dev>
AuthorDate:    Wed, 29 Apr 2026 12:12:21 +02:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
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@linux.dev>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
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 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 */