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
This commit is contained in:
commit
26a0f50fd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user