* [PATCH][next] perf tools: Fix spelling mistake "commpressor" -> "compressor"
@ 2022-02-14 9:35 Colin Ian King
2022-02-16 13:54 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-02-14 9:35 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 debug message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/perf/util/mmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/mmap.c b/tools/perf/util/mmap.c
index 4cb5f2f159cc..50502b4a7ca4 100644
--- a/tools/perf/util/mmap.c
+++ b/tools/perf/util/mmap.c
@@ -298,7 +298,7 @@ int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, struct perf_cpu
map->comp_level = mp->comp_level;
#ifndef PYTHON_PERF
if (zstd_init(&map->zstd_data, map->comp_level)) {
- pr_debug2("failed to init mmap commpressor, error %d\n", errno);
+ pr_debug2("failed to init mmap compressor, error %d\n", errno);
return -1;
}
#endif
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH][next] perf tools: Fix spelling mistake "commpressor" -> "compressor"
2022-02-14 9:35 [PATCH][next] perf tools: Fix spelling mistake "commpressor" -> "compressor" Colin Ian King
@ 2022-02-16 13:54 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-02-16 13:54 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 Mon, Feb 14, 2022 at 09:35:47AM +0000, Colin Ian King escreveu:
> There is a spelling mistake in a debug message. Fix it.
Thanks, applied.
- Arnaldo
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> tools/perf/util/mmap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/mmap.c b/tools/perf/util/mmap.c
> index 4cb5f2f159cc..50502b4a7ca4 100644
> --- a/tools/perf/util/mmap.c
> +++ b/tools/perf/util/mmap.c
> @@ -298,7 +298,7 @@ int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, struct perf_cpu
> map->comp_level = mp->comp_level;
> #ifndef PYTHON_PERF
> if (zstd_init(&map->zstd_data, map->comp_level)) {
> - pr_debug2("failed to init mmap commpressor, error %d\n", errno);
> + pr_debug2("failed to init mmap compressor, error %d\n", errno);
> return -1;
> }
> #endif
> --
> 2.34.1
--
- Arnaldo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-16 13:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-14 9:35 [PATCH][next] perf tools: Fix spelling mistake "commpressor" -> "compressor" Colin Ian King
2022-02-16 13:54 ` 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.