All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bogdan Lezhepekov via ltp <ltp@lists.linux.it>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v1 1/3] realtime:hrtimer-prio: fix misleading help message
Date: Mon, 13 Sep 2021 19:37:43 +0300	[thread overview]
Message-ID: <20210913163745.28108-1-bogdan.lezhepekov@suse.com> (raw)
Message-ID: <20210913163743.ib3WwXwZzw8TZIAvZQffeA5nWWJu-H7SsiBg0OCQ148@z> (raw)

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

             reply	other threads:[~2021-09-13 16:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13 16:37 Bogdan Lezhepekov via ltp [this message]
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   ` [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210913163745.28108-1-bogdan.lezhepekov@suse.com \
    --to=ltp@lists.linux.it \
    --cc=bogdan.lezhepekov@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.