From: Zenghui Yu <zenghui.yu@linux.dev>
To: kvm@vger.kernel.org, kvmarm@lists.linux.dev,
linux-kernel@vger.kernel.org
Cc: pbonzini@redhat.com, seanjc@google.com,
"Zenghui Yu (Huawei)" <zenghui.yu@linux.dev>
Subject: [PATCH 2/3] KVM: selftests: Add missing newline to access_tracking_perf_test help
Date: Thu, 17 Sep 2026 19:45:42 +0800 [thread overview]
Message-ID: <20260917114543.85044-3-zenghui.yu@linux.dev> (raw)
In-Reply-To: <20260917114543.85044-1-zenghui.yu@linux.dev>
From: "Zenghui Yu (Huawei)" <zenghui.yu@linux.dev>
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@linux.dev>
---
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
next prev parent reply other threads:[~2026-09-17 11:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-17 11:45 [PATCH 0/3] KVM: selftests: access_tracking_perf_test fixes and cleanups Zenghui Yu
2026-09-17 11:45 ` [PATCH 1/3] KVM: selftests: Fix access_tracking_perf_test for larger host page size Zenghui Yu
2026-09-17 11:45 ` Zenghui Yu [this message]
2026-09-17 11:45 ` [PATCH 3/3] KVM: selftests: Remove destroy_cgroup() from access_tracking_perf_test Zenghui Yu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260917114543.85044-3-zenghui.yu@linux.dev \
--to=zenghui.yu@linux.dev \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=seanjc@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®