kselftest/arm64: Add missing newline to SVE test skipping output
authorMark Brown <broonie@kernel.org>
Tue, 18 May 2021 16:33:31 +0000 (17:33 +0100)
committerWill Deacon <will@kernel.org>
Tue, 25 May 2021 18:19:29 +0000 (19:19 +0100)
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>
tools/testing/selftests/arm64/fp/sve-probe-vls.c

index b29cbc642c5747beb96cb3cd80a3086086d49833..76e138525d5504d9031ba0bab72449ec2391f4f2 100644 (file)
@@ -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