We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fa1f9 commit 9a9864fCopy full SHA for 9a9864f
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
@@ -986,7 +986,7 @@ static void test_print_help(char *name)
986
pr_info("\t-b: Test both physical and virtual timers (default: true)\n");
987
pr_info("\t-l: Delta (in ms) used for long wait time test (default: %u)\n",
988
LONG_WAIT_TEST_MS);
989
- 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",
990
WAIT_TEST_MS);
991
pr_info("\t-p: Test physical timer (default: true)\n");
992
pr_info("\t-v: Test virtual timer (default: true)\n");
0 commit comments