Skip to content

Commit 7a32fc5

Browse files
suryasaimadhuKAGA-KOKO
authored andcommitted
x86/nospec: Fix header guards names
... to adhere to the _ASM_X86_ naming scheme. No functional change. Signed-off-by: Borislav Petkov <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: David Woodhouse <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Josh Poimboeuf <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
1 parent 0e6c16c commit 7a32fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/x86/include/asm/nospec-branch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22

3-
#ifndef __NOSPEC_BRANCH_H__
4-
#define __NOSPEC_BRANCH_H__
3+
#ifndef _ASM_X86_NOSPEC_BRANCH_H_
4+
#define _ASM_X86_NOSPEC_BRANCH_H_
55

66
#include <asm/alternative.h>
77
#include <asm/alternative-asm.h>
@@ -232,4 +232,4 @@ static inline void indirect_branch_prediction_barrier(void)
232232
}
233233

234234
#endif /* __ASSEMBLY__ */
235-
#endif /* __NOSPEC_BRANCH_H__ */
235+
#endif /* _ASM_X86_NOSPEC_BRANCH_H_ */

0 commit comments

Comments
 (0)