From: Ingo Molnar Date: Thu, 21 Sep 2023 09:28:48 +0000 (+0200) Subject: sched/headers: Standardize the header guard #endif X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1632d47fae2f2d229dd432854c4443ebb0bb27a4;p=linux.git sched/headers: Standardize the header guard #endif Signed-off-by: Ingo Molnar --- diff --git a/include/linux/sched/smt.h b/include/linux/sched/smt.h index 59d3736c454cf..fb1e295e7e63e 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 */