]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/purgatory: Fix #endif comment
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 29 Apr 2026 10:12:21 +0000 (12:12 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 7 May 2026 11:19:16 +0000 (13:19 +0200)
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

index 2fee5e9f1ccc38ff1d1b14d2f77866d728ff92ee..56a9e81edb151866e4416d59fba22fe6f5191100 100644 (file)
@@ -8,4 +8,4 @@
 extern void purgatory(void);
 #endif /* __ASSEMBLER__ */
 
-#endif /* _ASM_PURGATORY_H */
+#endif /* _ASM_X86_PURGATORY_H */