]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext/selftests: Fix incorrect include guard comments
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Sat, 14 Mar 2026 04:20:51 +0000 (12:20 +0800)
committerTejun Heo <tj@kernel.org>
Sat, 14 Mar 2026 09:01:06 +0000 (23:01 -1000)
commitc959218c6533cf7e373cb5ccddb93f582ee5d47b
treece78c55ee6b77ad9b4789bb343cfea0c610c49d5
parente36bc38ebfac95ecd088d4bc0ceb3ffcef2ebdfa
sched_ext/selftests: Fix incorrect include guard comments

Fix two mismatched closing comments in header include guards:

- util.h: closing comment says __SCX_TEST_H__ but the guard is
  __SCX_TEST_UTIL_H__
- exit_test.h: closing comment has a spurious '#' character before
  the guard name

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/sched_ext/exit_test.h
tools/testing/selftests/sched_ext/util.h