mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
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>
This commit is contained in:
committed by
Tejun Heo
parent
e36bc38ebf
commit
c959218c65
@@ -17,4 +17,4 @@ enum exit_test_case {
|
||||
NUM_EXITS,
|
||||
};
|
||||
|
||||
#endif // # __EXIT_TEST_H__
|
||||
#endif // __EXIT_TEST_H__
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
long file_read_long(const char *path);
|
||||
int file_write_long(const char *path, long val);
|
||||
|
||||
#endif // __SCX_TEST_H__
|
||||
#endif // __SCX_TEST_UTIL_H__
|
||||
|
||||
Reference in New Issue
Block a user