[tip:,sched/core] sched/headers: Standardize the <linux/sched/type.h> header guard #endif

Message ID 169528907660.27769.5320233008967960983.tip-bot2@tip-bot2
State New
Headers
Series [tip:,sched/core] sched/headers: Standardize the <linux/sched/type.h> header guard #endif |

Commit Message

tip-bot2 for Thomas Gleixner Sept. 21, 2023, 9:37 a.m. UTC
  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@kernel.org>
AuthorDate:    Thu, 21 Sep 2023 11:27:37 +02:00
Committer:     Ingo Molnar <mingo@kernel.org>
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@kernel.org>
---
 include/linux/sched/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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 */