sched/headers: Standardize the <linux/sched/smt.h> header guard #endif

Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
Ingo Molnar 2023-09-21 11:28:48 +02:00
parent 0f9a1a4d23
commit 1632d47fae

View file

@ -17,4 +17,4 @@ static inline bool sched_smt_active(void) { return false; }
void arch_smt_update(void);
#endif
#endif /* _LINUX_SCHED_SMT_H */