Skip to content

Commit 26a0f50

Browse files
committed
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
2 parents bd23fdb + 63ebdb7 commit 26a0f50

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)