[tip: sched/core] sched/headers: Standardize the <linux/sched/type.h> header guard #endif
From: tip-bot2 for Ingo Molnar
Date: Thu Sep 21 2023 - 17:13:10 EST
The following commit has been merged into the sched/core branch of tip:
Commit-ID: 0f9a1a4d234c064d8dff69cf3f3755554dd479ec
Gitweb: https://git.kernel.org/tip/0f9a1a4d234c064d8dff69cf3f3755554dd479ec
Author: Ingo Molnar <mingo@xxxxxxxxxx>
AuthorDate: Thu, 21 Sep 2023 11:27:37 +02:00
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitterDate: Thu, 21 Sep 2023 11:27:37 +02:00
sched/headers: Standardize the <linux/sched/type.h> header guard #endif
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
include/linux/sched/types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/sched/types.h b/include/linux/sched/types.h
index 3c3e049..969aaf5 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 */