From: Ingo Molnar Date: Thu, 21 Sep 2023 09:27:37 +0000 (+0200) Subject: sched/headers: Standardize the header guard #endif X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0f9a1a4d234c064d8dff69cf3f3755554dd479ec;p=linux.git sched/headers: Standardize the header guard #endif Signed-off-by: Ingo Molnar --- 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 */