diff options
author | Sebastian Ott <sebott@redhat.com> | 2025-06-05 13:36:10 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2025-06-05 16:27:00 +0300 |
commit | 9a9864fd09c7e52440c05e70609bf5ee8da425d0 (patch) | |
tree | 70a455fd5986f725c7c7a72ec5a54e3b26ba8dbf | |
parent | b5fa1f91e11fdf74ad4e2ac6dae246a57cbd2d95 (diff) | |
download | linux-9a9864fd09c7e52440c05e70609bf5ee8da425d0.tar.xz |
KVM: arm64: selftests: Fix help text for arch_timer_edge_cases
Fix the help text for arch_timer_edge_cases to show the correct
option for setting the wait time.
Signed-off-by: Sebastian Ott <sebott@redhat.com>
Link: https://lore.kernel.org/r/20250605103613.14544-2-sebott@redhat.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
-rw-r--r-- | tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c b/tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c index a36a7e2db434..c4716e0c1438 100644 --- a/tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c +++ b/tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c @@ -986,7 +986,7 @@ static void test_print_help(char *name) pr_info("\t-b: Test both physical and virtual timers (default: true)\n"); pr_info("\t-l: Delta (in ms) used for long wait time test (default: %u)\n", LONG_WAIT_TEST_MS); - pr_info("\t-l: Delta (in ms) used for wait times (default: %u)\n", + pr_info("\t-w: Delta (in ms) used for wait times (default: %u)\n", WAIT_TEST_MS); pr_info("\t-p: Test physical timer (default: true)\n"); pr_info("\t-v: Test virtual timer (default: true)\n"); |