From: Ingo Molnar Date: Thu, 21 Sep 2023 09:27:37 +0000 (+0200) Subject: sched/headers: Standardize the header guard #endif X-Git-Tag: v6.7-rc1~192^2~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f9a1a4d234c064d8dff69cf3f3755554dd479ec;p=thirdparty%2Fkernel%2Flinux.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 3c3e049224ae2..969aaf5ef9d60 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 */