kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi
authorMark Brown <broonie@kernel.org>
Thu, 23 Nov 2023 10:45:49 +0000 (10:45 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 30 Nov 2023 21:50:09 +0000 (14:50 -0700)
commit25cfe960a858dd345176253088a8e56538007c22
tree44045d7fb2b19215f4de4aaf44838f71dc39e857
parente63e1354125f923f1f5a393dd63c074427382e7e
kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi

There are a couple of raw printf() calls in vdso_test_abi which result in
non KTAP conforment output such as

   [vDSO kselftest] VDSO_VERSION: LINUX_2.6

Convert them to use ksft_print_msg() so that they don't cause confusion for
parsers.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/vDSO/vdso_test_abi.c