The following commit has been merged into the sched/core branch of tip: Commit-ID: 1632d47fae2f2d229dd432854c4443ebb0bb27a4 Gitweb: https://git.kernel.org/tip/1632d47fae2f2d229dd432854c4443ebb0bb27a4 Author: Ingo Molnar <mingo@xxxxxxxxxx> AuthorDate: Thu, 21 Sep 2023 11:28:48 +02:00 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitterDate: Thu, 21 Sep 2023 11:28:48 +02:00 sched/headers: Standardize the <linux/sched/smt.h> header guard #endif Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- include/linux/sched/smt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched/smt.h b/include/linux/sched/smt.h index 59d3736..fb1e295 100644 --- a/include/linux/sched/smt.h +++ b/include/linux/sched/smt.h @@ -17,4 +17,4 @@ static inline bool sched_smt_active(void) { return false; } void arch_smt_update(void); -#endif +#endif /* _LINUX_SCHED_SMT_H */