[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YbeOhwfDoxYfICRP@kernel.org>
Date: Mon, 13 Dec 2021 15:18:47 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
linux-perf-users@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] libperf tests: Fix a spelling mistake "Runnnig" ->
"Running"
Em Sun, Dec 12, 2021 at 10:21:22PM +0000, Colin Ian King escreveu:
> There is a spelling mistake in a __T_VERBOSE message. Fix it.
Thanks, applied.
- Arnaldo
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
> tools/lib/perf/tests/test-evlist.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/lib/perf/tests/test-evlist.c b/tools/lib/perf/tests/test-evlist.c
> index 520a78267743..e7afff12c35a 100644
> --- a/tools/lib/perf/tests/test-evlist.c
> +++ b/tools/lib/perf/tests/test-evlist.c
> @@ -535,7 +535,7 @@ static int test_stat_multiplexing(void)
> (double)counts[i].run / (double)counts[i].ena * 100.0,
> counts[i].run, counts[i].ena);
> } else if (scaled == -1) {
> - __T_VERBOSE("\t Not Runnnig\n");
> + __T_VERBOSE("\t Not Running\n");
> } else {
> __T_VERBOSE("\t Not Scaling\n");
> }
> --
> 2.33.1
--
- Arnaldo
Powered by blists - more mailing lists