From: John Kacur <jkacur@redhat.com>
To: linux-rt-users <linux-rt-users@vger.kernel.org>
Cc: Clark Williams <williams@redhat.com>,
John Kacur <jkacur@redhat.com>,
Costa Shulyupin <costa.shul@redhat.com>
Subject: [PATCH 5/5] rt-tests: cyclictest: Remove duplicate option in getopt string
Date: Thu, 19 Feb 2026 16:21:20 -0500 [thread overview]
Message-ID: <20260219212120.227106-3-jkacur@redhat.com> (raw)
In-Reply-To: <20260219212120.227106-1-jkacur@redhat.com>
Remove the duplicate -D in the getopt string
Reported-by: Costa Shulyupin <costa.shul@redhat.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
---
src/cyclictest/cyclictest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index b4bce8915b43..191945e1e0db 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -1147,7 +1147,7 @@ static void process_options(int argc, char *argv[], int max_cpus)
{"deepest-idle-state", required_argument, NULL, OPT_DEEPEST_IDLE_STATE },
{NULL, 0, NULL, 0 },
};
- int c = getopt_long(argc, argv, "a::A::b:c:d:D:F:h:H:i:l:MNo:p:mqrRsSt::uvD:x",
+ int c = getopt_long(argc, argv, "a::A::b:c:d:D:F:h:H:i:l:MNo:p:mqrRsSt::uvx",
long_options, &option_index);
if (c == -1)
break;
--
2.53.0
prev parent reply other threads:[~2026-02-19 21:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-19 21:21 [PATCH 4/5] hwlatdetect: Add bounds checking and improve code readability John Kacur
2026-02-19 21:21 ` [PATCH 1/5] hwlatdetect: Make count field backward compatible John Kacur
2026-02-19 21:21 ` John Kacur [this message]
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=20260219212120.227106-3-jkacur@redhat.com \
--to=jkacur@redhat.com \
--cc=costa.shul@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=williams@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox