We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6c16c commit 7a32fc5Copy full SHA for 7a32fc5
arch/x86/include/asm/nospec-branch.h
@@ -1,7 +1,7 @@
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
-#ifndef __NOSPEC_BRANCH_H__
4
-#define __NOSPEC_BRANCH_H__
+#ifndef _ASM_X86_NOSPEC_BRANCH_H_
+#define _ASM_X86_NOSPEC_BRANCH_H_
5
6
#include <asm/alternative.h>
7
#include <asm/alternative-asm.h>
@@ -232,4 +232,4 @@ static inline void indirect_branch_prediction_barrier(void)
232
}
233
234
#endif /* __ASSEMBLY__ */
235
-#endif /* __NOSPEC_BRANCH_H__ */
+#endif /* _ASM_X86_NOSPEC_BRANCH_H_ */
0 commit comments