Skip to content

Commit 9a9864f

Browse files
Sebastian OttMarc Zyngier
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marc Zyngier <[email protected]>
1 parent b5fa1f9 commit 9a9864f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ static void test_print_help(char *name)
986986
pr_info("\t-b: Test both physical and virtual timers (default: true)\n");
987987
pr_info("\t-l: Delta (in ms) used for long wait time test (default: %u)\n",
988988
LONG_WAIT_TEST_MS);
989-
pr_info("\t-l: Delta (in ms) used for wait times (default: %u)\n",
989+
pr_info("\t-w: Delta (in ms) used for wait times (default: %u)\n",
990990
WAIT_TEST_MS);
991991
pr_info("\t-p: Test physical timer (default: true)\n");
992992
pr_info("\t-v: Test virtual timer (default: true)\n");

0 commit comments

Comments
 (0)