[PATCH 5/5] rt-tests: cyclictest: Remove duplicate option in getopt string
John Kacur <[email protected]>
| Newsgroups | org.kernel.vger.linux-rt-users |
|---|---|
| Message-ID | <[email protected]> |
Remove the duplicate -D in the getopt string Reported-by: Costa Shulyupin <[email protected]> Signed-off-by: John Kacur <[email protected]> --- 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