aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-05-18 17:33:31 +0100
committerWill Deacon <will@kernel.org>2021-05-25 19:19:29 +0100
commit63ebdb77afa96068ac570e87643eb4cd5b3e31c3 (patch)
treef57b531798f5e6579992d6888616163bea819698
parentLinux 5.13-rc3 (diff)
downloadlinux-dev-63ebdb77afa96068ac570e87643eb4cd5b3e31c3.tar.xz
linux-dev-63ebdb77afa96068ac570e87643eb4cd5b3e31c3.zip
kselftest/arm64: Add missing newline to SVE test skipping output
The newline is expected to come from the caller but got missed for this test. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210518163331.38268-1-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r--tools/testing/selftests/arm64/fp/sve-probe-vls.c2
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