mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
perf inject: Fix spelling mistake "theads" -> "threads"
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> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: kernel-janitors@vger.kernel.org Link: https://lore.kernel.org/r/20220721124528.20997-1-colin.i.king@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
acfb65fe1d
commit
8147f79ea5
1 changed files with 1 additions and 1 deletions
|
@ -1501,7 +1501,7 @@ static int host__finished_init(struct perf_session *session, union perf_event *e
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
if (!gs->vcpu_cnt) {
|
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;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue