kselftest/arm64: Fix output formatting for za-fork
authorMark Brown <broonie@kernel.org>
Thu, 16 Nov 2023 12:52:29 +0000 (12:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 3 Dec 2023 06:33:06 +0000 (07:33 +0100)
commitfbb41cf29d6ca1534e0e145b5b48db1bedaa02f4
treec65c4a33973ecf1d97efbf0ef01acf860a0f747f
parent790afa133f890c9dcf46f3476406eb0e2c638634
kselftest/arm64: Fix output formatting for za-fork

commit 460e462d22542adfafd8a5bc979437df73f1cbf3 upstream.

The za-fork test does not output a newline when reporting the result of
the one test it runs, causing the counts printed by kselftest to be
included in the test name.  Add the newline.

Fixes: 266679ffd867 ("kselftest/arm64: Convert za-fork to use kselftest.h")
Cc: <stable@vger.kernel.org> # 6.4.x
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20231116-arm64-fix-za-fork-output-v1-1-42c03d4f5759@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/arm64/fp/za-fork.c