All of lore.kernel.org
 help / color / mirror / Atom feed
From: Punit Agrawal <punitagrawal@gmail.com>
To: John Kacur <jkacur@redhat.com>
Cc: RT <linux-rt-users@vger.kernel.org>,
	Clark Williams <williams@redhat.com>
Subject: Re: [PATCH] rt-tests: cyclictest: Remove unused 'C' and 'E' options
Date: Tue, 05 Oct 2021 10:40:02 +0900	[thread overview]
Message-ID: <878rz82qrx.fsf@stealth> (raw)
In-Reply-To: <20211004124422.5006-1-jkacur@redhat.com> (John Kacur's message of "Mon, 4 Oct 2021 08:44:22 -0400")

John Kacur <jkacur@redhat.com> writes:

> Removing the unused short options 'C' and 'E'.
>
> Suggested-by: Punit Agrawal <punitagrawal@gmail.com>
> Signed-off-by: John Kacur <jkacur@redhat.com>
> ---
>  src/cyclictest/cyclictest.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
> index cbdc6c11ffe3..2187d98de725 100644
> --- a/src/cyclictest/cyclictest.c
> +++ b/src/cyclictest/cyclictest.c
> @@ -1071,7 +1071,6 @@ static void process_options(int argc, char *argv[], int max_cpus)
>  		case 'c':
>  		case OPT_CLOCK:
>  			clocksel = atoi(optarg); break;
> -		case 'C':
>  		case OPT_DEFAULT_SYSTEM:
>  			power_management = 1; break;
>  		case 'd':
> @@ -1080,7 +1079,6 @@ static void process_options(int argc, char *argv[], int max_cpus)
>  		case 'D':
>  		case OPT_DURATION:
>  			duration = parse_time_string(optarg); break;
> -		case 'E':
>  		case 'F':
>  		case OPT_FIFO:
>  			use_fifo = 1;

LGTM.

Thanks for fixing this up.

      reply	other threads:[~2021-10-05  1:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04 12:44 [PATCH] rt-tests: cyclictest: Remove unused 'C' and 'E' options John Kacur
2021-10-05  1:40 ` Punit Agrawal [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=878rz82qrx.fsf@stealth \
    --to=punitagrawal@gmail.com \
    --cc=jkacur@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 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.