]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
KVM: arm64: selftests: Fix help text for arch_timer_edge_cases
authorSebastian Ott <sebott@redhat.com>
Thu, 5 Jun 2025 10:36:10 +0000 (12:36 +0200)
committerMarc Zyngier <maz@kernel.org>
Thu, 5 Jun 2025 13:27:00 +0000 (14:27 +0100)
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>
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c

index a36a7e2db434b56e93fbe78f3203afa2f1586535..c4716e0c1438eaccc6de4a374068ec4c19be2db9 100644 (file)
@@ -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");