[PATCH 2/3] KVM: selftests: Add missing newline to access_tracking_perf_test help
From: Zenghui Yu
Date: Thu Sep 17 2026 - 07:53:26 EST
From: "Zenghui Yu (Huawei)" <zenghui.yu@xxxxxxxxx>
The help text for the -h option is printed without a trailing newline, so
it runs together with the first line of the guest mode help that follows
it. Add the missing newline.
Signed-off-by: Zenghui Yu (Huawei) <zenghui.yu@xxxxxxxxx>
---
tools/testing/selftests/kvm/access_tracking_perf_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/kvm/access_tracking_perf_test.c b/tools/testing/selftests/kvm/access_tracking_perf_test.c
index bcdfeb9c22d8..98ace8b8b4ac 100644
--- a/tools/testing/selftests/kvm/access_tracking_perf_test.c
+++ b/tools/testing/selftests/kvm/access_tracking_perf_test.c
@@ -504,7 +504,7 @@ static void help(char *name)
printf("usage: %s [-h] [-m mode] [-b vcpu_bytes] [-v vcpus] [-o] [-s mem_type]\n",
name);
puts("");
- printf(" -h: Display this help message.");
+ printf(" -h: Display this help message.\n");
guest_modes_help();
printf(" -b: specify the size of the memory region which should be\n"
" dirtied by each vCPU. e.g. 10M or 3G.\n"
--
2.53.0