]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
sched/headers: Standardize the <linux/sched/type.h> header guard #endif
authorIngo Molnar <mingo@kernel.org>
Thu, 21 Sep 2023 09:27:37 +0000 (11:27 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 21 Sep 2023 09:27:37 +0000 (11:27 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched/types.h

index 3c3e049224ae2cf8165d4047b9f51efed6b57ad5..969aaf5ef9d60645b5c17e5026c707f7bb32cff6 100644 (file)
@@ -20,4 +20,4 @@ struct task_cputime {
        unsigned long long              sum_exec_runtime;
 };
 
-#endif
+#endif /* _LINUX_SCHED_TYPES_H */