commit | 460e462d22542adfafd8a5bc979437df73f1cbf3 | [log] [tgz] |
---|---|---|
author | Mark Brown <[email protected]> | Thu Nov 16 12:52:29 2023 +0000 |
committer | Catalin Marinas <[email protected]> | Thu Nov 23 14:16:15 2023 +0000 |
tree | d3f0b526e2b800d41114d243bb2fd9b97848ee8c | |
parent | acfa60dbe03802d6afd28401aa47801270e82021 [diff] |
kselftest/arm64: Fix output formatting for za-fork 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: <[email protected]> # 6.4.x Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>