mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 14:30:06 -04:00
selftests: vDSO: vdso_test_abi: Use ksft_finished()
The existing logic is just an open-coded ksft_finished(). Replace it with the real thing. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250812-vdso-tests-fixes-v2-3-90f499dd35f8@linutronix.de
This commit is contained in:
committed by
Thomas Gleixner
parent
4b59a9f762
commit
3afe371d32
@@ -231,6 +231,5 @@ int main(int argc, char **argv)
|
||||
|
||||
vdso_test_time();
|
||||
|
||||
ksft_print_cnts();
|
||||
return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL;
|
||||
ksft_finished();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user