* [PATCH][next] libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
@ 2021-12-12 22:21 Colin Ian King
2021-12-13 18:18 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2021-12-12 22:21 UTC (permalink / raw)
To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
linux-perf-users
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a __T_VERBOSE message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH][next] libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
2021-12-12 22:21 [PATCH][next] libperf tests: Fix a spelling mistake "Runnnig" -> "Running" Colin Ian King
@ 2021-12-13 18:18 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-12-13 18:18 UTC (permalink / raw)
To: Colin Ian King
Cc: Peter Zijlstra, Ingo Molnar, Mark Rutland, Alexander Shishkin,
Jiri Olsa, Namhyung Kim, linux-perf-users, kernel-janitors,
linux-kernel
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@gmail.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-13 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-12 22:21 [PATCH][next] libperf tests: Fix a spelling mistake "Runnnig" -> "Running" Colin Ian King
2021-12-13 18:18 ` Arnaldo Carvalho de Melo
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.