Skip to content

Commit 63ebdb7

Browse files
brooniewilldeacon
authored andcommitted
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>
1 parent c468154 commit 63ebdb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/arm64/fp/sve-probe-vls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
2525
ksft_set_plan(2);
2626

2727
if (!(getauxval(AT_HWCAP) & HWCAP_SVE))
28-
ksft_exit_skip("SVE not available");
28+
ksft_exit_skip("SVE not available\n");
2929

3030
/*
3131
* Enumerate up to SVE_VQ_MAX vector lengths

0 commit comments

Comments
 (0)