diff options
author | 2021-06-24 14:06:38 +0100 | |
---|---|---|
committer | 2021-06-24 14:06:38 +0100 | |
commit | 26a0f50fd7d435ddb556969e5563ba7213697859 (patch) | |
tree | 1a3fbe3e538b8555c8f450a537fb0b73b0a38c07 | |
parent | Merge branch 'for-next/ptrauth' into for-next/core (diff) | |
parent | kselftest/arm64: Add missing newline to SVE test skipping output (diff) | |
download | linux-dev-26a0f50fd7d435ddb556969e5563ba7213697859.tar.xz linux-dev-26a0f50fd7d435ddb556969e5563ba7213697859.zip |
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 |