tracing: fix typing mistake in hint message and comments
Impact: cleanup Fix incorrect hint message in code and typos in comments. Signed-off-by: Wenji Huang <wenji.huang@oracle.com> Signed-off-by: Steven Rostedt <srostedt@redhat.com>
This commit is contained in:
committed by
Steven Rostedt
parent
d2ef7c2f0f
commit
73d8b8bc4f
@@ -284,7 +284,7 @@ static void start_wakeup_tracer(struct trace_array *tr)
|
||||
ret = register_trace_sched_switch(probe_wakeup_sched_switch);
|
||||
if (ret) {
|
||||
pr_info("sched trace: Couldn't activate tracepoint"
|
||||
" probe to kernel_sched_schedule\n");
|
||||
" probe to kernel_sched_switch\n");
|
||||
goto fail_deprobe_wake_new;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user