[<prev] [next>] [day] [month] [year] [list]
Message-ID: <169528907660.27769.5320233008967960983.tip-bot2@tip-bot2>
Date: Thu, 21 Sep 2023 09:37:56 -0000
From: "tip-bot2 for Ingo Molnar" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: sched/core] sched/headers: Standardize the <linux/sched/type.h>
header guard #endif
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@...nel.org>
AuthorDate: Thu, 21 Sep 2023 11:27:37 +02:00
Committer: Ingo Molnar <mingo@...nel.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@...nel.org>
---
include/linux/sched/types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */
Powered by blists - more mailing lists