mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-11 18:53:50 -04:00
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 <thomas.weissschuh@linutronix.de> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20250505-nolibc-kselftest-harness-v4-2-ee4dd5257135@linutronix.de Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
This commit is contained in:
committed by
Thomas Weißschuh
parent
df82ffc5a3
commit
575eca2c8c
@@ -983,7 +983,7 @@ static void __timeout_handler(int sig, siginfo_t *info, void *ucontext)
|
||||
}
|
||||
|
||||
t->timed_out = true;
|
||||
// signal process group
|
||||
/* signal process group */
|
||||
kill(-(t->pid), SIGKILL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user