[<prev] [next>] [day] [month] [year] [list]
Message-ID: <169528907596.27769.4921292372528142067.tip-bot2@tip-bot2>
Date: Thu, 21 Sep 2023 09:37:55 -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/smt.h>
header guard #endif
The following commit has been merged into the sched/core branch of tip:
Commit-ID: 1632d47fae2f2d229dd432854c4443ebb0bb27a4
Gitweb: https://git.kernel.org/tip/1632d47fae2f2d229dd432854c4443ebb0bb27a4
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Thu, 21 Sep 2023 11:28:48 +02:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Thu, 21 Sep 2023 11:28:48 +02:00
sched/headers: Standardize the <linux/sched/smt.h> header guard #endif
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
include/linux/sched/smt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/sched/smt.h b/include/linux/sched/smt.h
index 59d3736..fb1e295 100644
--- a/include/linux/sched/smt.h
+++ b/include/linux/sched/smt.h
@@ -17,4 +17,4 @@ static inline bool sched_smt_active(void) { return false; }
void arch_smt_update(void);
-#endif
+#endif /* _LINUX_SCHED_SMT_H */
Powered by blists - more mailing lists