summaryrefslogtreecommitdiff
path: root/include/linux/sched
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2023-09-21 11:27:37 +0200
committerIngo Molnar <mingo@kernel.org>2023-09-21 11:27:37 +0200
commit0f9a1a4d234c064d8dff69cf3f3755554dd479ec (patch)
tree2d01de8056fa4b3f58db4f0a23228d7c951e6511 /include/linux/sched
parent6eddb116dd830436afbd922568292867de6c8b9e (diff)
sched/headers: Standardize the <linux/sched/type.h> header guard #endif
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched')
-rw-r--r--include/linux/sched/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched/types.h b/include/linux/sched/types.h
index 3c3e049224ae..969aaf5ef9d6 100644
--- a/include/linux/sched/types.h
+++ b/include/linux/sched/types.h
@@ -20,4 +20,4 @@ struct task_cputime {
unsigned long long sum_exec_runtime;
};
-#endif
+#endif /* _LINUX_SCHED_TYPES_H */