lkml.org 
[lkml]   [2022]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] perf inject: Fix spelling mistake "theads" -> "threads"
Date
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
\
 
 \ /
  Last update: 2022-07-21 14:47    [W:0.026 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site