Commit 9a9864fd authored by Sebastian Ott's avatar Sebastian Ott Committed by Marc Zyngier
Browse files

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: default avatarSebastian Ott <sebott@redhat.com>
Link: https://lore.kernel.org/r/20250605103613.14544-2-sebott@redhat.com


Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent b5fa1f91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");