[tip:,sched/core] sched/headers: Standardize the <linux/sched/smt.h> header guard #endif

Message ID 169528907596.27769.4921292372528142067.tip-bot2@tip-bot2
State New
Headers
Series [tip:,sched/core] sched/headers: Standardize the <linux/sched/smt.h> header guard #endif |

Commit Message

tip-bot2 for Thomas Gleixner Sept. 21, 2023, 9:37 a.m. UTC
  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@kernel.org>
AuthorDate:    Thu, 21 Sep 2023 11:28:48 +02:00
Committer:     Ingo Molnar <mingo@kernel.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@kernel.org>
---
 include/linux/sched/smt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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 */