提交 e841e8bf 编写于 作者: C Colin Ian King 提交者: Steven Rostedt (Google)

tracing: Fix spelling mistake "preapre" -> "prepare"

There is a spelling mistake in the trace text. Fix it.

Link: https://lkml.kernel.org/r/20220928215828.66325-1-colin.i.king@gmail.comSigned-off-by: NColin Ian King <colin.i.king@gmail.com>
Signed-off-by: NSteven Rostedt (Google) <rostedt@goodmis.org>
上级 2b0fd9a5
...@@ -10157,7 +10157,7 @@ __init static int tracer_alloc_buffers(void) ...@@ -10157,7 +10157,7 @@ __init static int tracer_alloc_buffers(void)
* buffer. The memory will be removed once the "instance" is removed. * buffer. The memory will be removed once the "instance" is removed.
*/ */
ret = cpuhp_setup_state_multi(CPUHP_TRACE_RB_PREPARE, ret = cpuhp_setup_state_multi(CPUHP_TRACE_RB_PREPARE,
"trace/RB:preapre", trace_rb_cpu_prepare, "trace/RB:prepare", trace_rb_cpu_prepare,
NULL); NULL);
if (ret < 0) if (ret < 0)
goto out_free_cpumask; goto out_free_cpumask;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册