diff options
author | Will Deacon <will@kernel.org> | 2021-06-24 14:06:38 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-06-24 14:06:38 +0100 |
commit | 26a0f50fd7d435ddb556969e5563ba7213697859 (patch) | |
tree | 1a3fbe3e538b8555c8f450a537fb0b73b0a38c07 | |
parent | bd23fdba41783251c82e9b6476bcef39a37c9bbd (diff) | |
parent | 63ebdb77afa96068ac570e87643eb4cd5b3e31c3 (diff) |
Merge branch 'for-next/selftests' into for-next/core
Fix output format from SVE selftest.
* for-next/selftests:
kselftest/arm64: Add missing newline to SVE test skipping output
-rw-r--r-- | tools/testing/selftests/arm64/fp/sve-probe-vls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/fp/sve-probe-vls.c b/tools/testing/selftests/arm64/fp/sve-probe-vls.c index b29cbc642c57..76e138525d55 100644 --- a/tools/testing/selftests/arm64/fp/sve-probe-vls.c +++ b/tools/testing/selftests/arm64/fp/sve-probe-vls.c @@ -25,7 +25,7 @@ int main(int argc, char **argv) ksft_set_plan(2); if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) - ksft_exit_skip("SVE not available"); + ksft_exit_skip("SVE not available\n"); /* * Enumerate up to SVE_VQ_MAX vector lengths |