sched/headers: Standardize the <linux/sched/type.h> header guard #endif

Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
Ingo Molnar 2023-09-21 11:27:37 +02:00
parent 6eddb116dd
commit 0f9a1a4d23

View File

@ -20,4 +20,4 @@ struct task_cputime {
unsigned long long sum_exec_runtime;
};
#endif
#endif /* _LINUX_SCHED_TYPES_H */