Skip to content

Commit 575eca2

Browse files
committed
selftests: harness: Use C89 comment style
All comments in this file use C89 comment style. Except for this one. Change it to get one step closer to C89 compatibility. Signed-off-by: Thomas Weißschuh <[email protected]> Acked-by: Shuah Khan <[email protected]> Link: https://lore.kernel.org/r/20250505-nolibc-kselftest-harness-v4-2-ee4dd5257135@linutronix.de Signed-off-by: Thomas Weißschuh <[email protected]>
1 parent df82ffc commit 575eca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kselftest_harness.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ static void __timeout_handler(int sig, siginfo_t *info, void *ucontext)
983983
}
984984

985985
t->timed_out = true;
986-
// signal process group
986+
/* signal process group */
987987
kill(-(t->pid), SIGKILL);
988988
}
989989

0 commit comments

Comments
 (0)