]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
sched/headers: Standardize the <linux/sched/smt.h> header guard #endif
authorIngo Molnar <mingo@kernel.org>
Thu, 21 Sep 2023 09:28:48 +0000 (11:28 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 21 Sep 2023 09:28:48 +0000 (11:28 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched/smt.h

index 59d3736c454cf85a7de69181af6377fae7dc10c6..fb1e295e7e63e20e3bb4aebdd2d05507cbc84d06 100644 (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 */