summaryrefslogtreecommitdiff
path: root/include/linux/sched
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2023-09-21 11:28:48 +0200
committerIngo Molnar <mingo@kernel.org>2023-09-21 11:28:48 +0200
commit1632d47fae2f2d229dd432854c4443ebb0bb27a4 (patch)
tree28b867c9a585251211d7ea281c33e407d5ce8b53 /include/linux/sched
parent0f9a1a4d234c064d8dff69cf3f3755554dd479ec (diff)
sched/headers: Standardize the <linux/sched/smt.h> header guard #endif
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched')
-rw-r--r--include/linux/sched/smt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched/smt.h b/include/linux/sched/smt.h
index 59d3736c454c..fb1e295e7e63 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 */