linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] perf inject: Fix spelling mistake "theads" -> "threads"
@ 2022-07-21 12:45 Colin Ian King
  2022-07-26 15:06 ` Ian Rogers
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-07-21 12:45 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 pr_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/perf/builtin-inject.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c
index fd4547bb75f7..2a0f992ca0be 100644
--- a/tools/perf/builtin-inject.c
+++ b/tools/perf/builtin-inject.c
@@ -1501,7 +1501,7 @@ static int host__finished_init(struct perf_session *session, union perf_event *e
 		return ret;
 
 	if (!gs->vcpu_cnt) {
-		pr_err("No VCPU theads found for pid %u\n", gs->machine_pid);
+		pr_err("No VCPU threads found for pid %u\n", gs->machine_pid);
 		return -EINVAL;
 	}
 
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] perf inject: Fix spelling mistake "theads" -> "threads"
  2022-07-21 12:45 [PATCH][next] perf inject: Fix spelling mistake "theads" -> "threads" Colin Ian King
@ 2022-07-26 15:06 ` Ian Rogers
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Rogers @ 2022-07-26 15:06 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-perf-users, kernel-janitors, linux-kernel

On Thu, Jul 21, 2022 at 5:46 AM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in a pr_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Acked-by: Ian Rogers <irogers@google.com>

Thanks,
Ian

> ---
>  tools/perf/builtin-inject.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c
> index fd4547bb75f7..2a0f992ca0be 100644
> --- a/tools/perf/builtin-inject.c
> +++ b/tools/perf/builtin-inject.c
> @@ -1501,7 +1501,7 @@ static int host__finished_init(struct perf_session *session, union perf_event *e
>                 return ret;
>
>         if (!gs->vcpu_cnt) {
> -               pr_err("No VCPU theads found for pid %u\n", gs->machine_pid);
> +               pr_err("No VCPU threads found for pid %u\n", gs->machine_pid);
>                 return -EINVAL;
>         }
>
> --
> 2.35.3
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-26 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-21 12:45 [PATCH][next] perf inject: Fix spelling mistake "theads" -> "threads" Colin Ian King
2022-07-26 15:06 ` Ian Rogers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).