From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Colin King <colin.king@canonical.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Mark Rutland <mark.rutland@arm.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung@kernel.org>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] perf bench: fix a couple of spelling mistakes in options text
Date: Wed, 12 Aug 2020 12:10:40 +0000 [thread overview]
Message-ID: <20200812121040.GD13995@kernel.org> (raw)
In-Reply-To: <20200812064647.200132-1-colin.king@canonical.com>
Em Wed, Aug 12, 2020 at 07:46:47AM +0100, Colin King escreveu:
> From: Colin Ian King <colin.king@canonical.com>
>
> There are a couple of spelling mistakes in the text. Fix these.
Thanks, applied.
- Arnaldo
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> tools/perf/bench/find-bit-bench.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/bench/find-bit-bench.c b/tools/perf/bench/find-bit-bench.c
> index fa90f3e9d368..73b5bcc5946a 100644
> --- a/tools/perf/bench/find-bit-bench.c
> +++ b/tools/perf/bench/find-bit-bench.c
> @@ -17,9 +17,9 @@ static unsigned int inner_iterations = 100000;
>
> static const struct option options[] = {
> OPT_UINTEGER('i', "outer-iterations", &outer_iterations,
> - "Number of outerer iterations used"),
> + "Number of outer iterations used"),
> OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
> - "Number of outerer iterations used"),
> + "Number of inner iterations used"),
> OPT_END()
> };
>
> --
> 2.27.0
>
--
- Arnaldo
WARNING: multiple messages have this Message-ID (diff)
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Colin King <colin.king@canonical.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Mark Rutland <mark.rutland@arm.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung@kernel.org>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] perf bench: fix a couple of spelling mistakes in options text
Date: Wed, 12 Aug 2020 09:10:40 -0300 [thread overview]
Message-ID: <20200812121040.GD13995@kernel.org> (raw)
In-Reply-To: <20200812064647.200132-1-colin.king@canonical.com>
Em Wed, Aug 12, 2020 at 07:46:47AM +0100, Colin King escreveu:
> From: Colin Ian King <colin.king@canonical.com>
>
> There are a couple of spelling mistakes in the text. Fix these.
Thanks, applied.
- Arnaldo
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> tools/perf/bench/find-bit-bench.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/bench/find-bit-bench.c b/tools/perf/bench/find-bit-bench.c
> index fa90f3e9d368..73b5bcc5946a 100644
> --- a/tools/perf/bench/find-bit-bench.c
> +++ b/tools/perf/bench/find-bit-bench.c
> @@ -17,9 +17,9 @@ static unsigned int inner_iterations = 100000;
>
> static const struct option options[] = {
> OPT_UINTEGER('i', "outer-iterations", &outer_iterations,
> - "Number of outerer iterations used"),
> + "Number of outer iterations used"),
> OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
> - "Number of outerer iterations used"),
> + "Number of inner iterations used"),
> OPT_END()
> };
>
> --
> 2.27.0
>
--
- Arnaldo
next prev parent reply other threads:[~2020-08-12 12:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-12 6:46 [PATCH] perf bench: fix a couple of spelling mistakes in options text Colin King
2020-08-12 6:46 ` Colin King
2020-08-12 12:10 ` Arnaldo Carvalho de Melo [this message]
2020-08-12 12:10 ` Arnaldo Carvalho de Melo
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=20200812121040.GD13995@kernel.org \
--to=acme@kernel.org \
--cc=alexander.shishkin@linux.intel.com \
--cc=colin.king@canonical.com \
--cc=jolsa@redhat.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mingo@redhat.com \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
/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.