perf inject: Fix spelling mistake "theads" -> "threads"

Bugzilla: https://bugzilla.redhat.com/2123229

upstream
========
commit 8147f79ea575463d60ddc0735bceaef89bb34a4c
Author: Colin Ian King <colin.i.king@gmail.com>
Date: Thu Jul 21 13:45:28 2022 +0100

description
===========
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>

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
This commit is contained in:
Michael Petlan 2022-10-26 18:33:40 +02:00
parent b20c669747
commit 7da25bfdcc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}