All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v1 1/3] realtime:hrtimer-prio: fix misleading help message
@ 2021-09-13 16:37 ` Bogdan Lezhepekov via ltp
  2021-09-13 16:37     ` Bogdan Lezhepekov via ltp
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bogdan Lezhepekov via ltp @ 2021-09-13 16:37 UTC (permalink / raw)
  To: ltp

The argument "-m" had been removed years ago, but the help
message mistakenly offered to set "maximum timer
latency in microseconds".

Signed-off-by: Bogdan Lezhepekov <bogdan.lezhepekov@suse.com>
---
 testcases/realtime/func/hrtimer-prio/hrtimer-prio.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c b/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c
index 4ae49a713..cbc2343f6 100644
--- a/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c
+++ b/testcases/realtime/func/hrtimer-prio/hrtimer-prio.c
@@ -76,9 +76,6 @@ void usage(void)
 	printf
 	    ("  -f#	   #:rt fifo priority of busy threads (1,98), defaults to %d\n",
 	     DEF_MED_PRIO);
-	printf
-	    ("  -m#	   #:maximum timer latency in microseconds, defaults to %d\n",
-	     DEF_CRITERIA);
 }
 
 int parse_args(int c, char *v)
-- 
2.32.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-14  7:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 16:37 [LTP] [PATCH v1 1/3] realtime:hrtimer-prio: fix misleading help message Bogdan Lezhepekov via ltp
2021-09-13 16:37 ` Bogdan Lezhepekov via ltp
2021-09-13 16:37   ` [LTP] [PATCH v1 2/3] realtime:hrtimer-prio:run_auto: jump to current dir Bogdan Lezhepekov via ltp
2021-09-13 16:37     ` Bogdan Lezhepekov via ltp
2021-09-14  5:30       ` Petr Vorel
2021-09-14  5:30         ` Petr Vorel
2021-09-13 16:37   ` [LTP] [PATCH v1 3/3] realtime:profiles: support hrtimer-prio Bogdan Lezhepekov via ltp
2021-09-13 16:37     ` Bogdan Lezhepekov via ltp
2021-09-14  5:40       ` Petr Vorel
2021-09-14  5:40         ` Petr Vorel
2021-09-14  7:13           ` Bogdan Lezhepekov via ltp
2021-09-14  7:13             ` Bogdan Lezhepekov via ltp
2021-09-14  5:30   ` [LTP] [PATCH v1 1/3] realtime:hrtimer-prio: fix misleading help message Petr Vorel
2021-09-14  5:30     ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.