Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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.com

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

authored by

Colin Ian King and committed by
Steven Rostedt (Google)
e841e8bf 2b0fd9a5

+1 -1
+1 -1
kernel/trace/trace.c
··· 10157 10157 * buffer. The memory will be removed once the "instance" is removed. 10158 10158 */ 10159 10159 ret = cpuhp_setup_state_multi(CPUHP_TRACE_RB_PREPARE, 10160 - "trace/RB:preapre", trace_rb_cpu_prepare, 10160 + "trace/RB:prepare", trace_rb_cpu_prepare, 10161 10161 NULL); 10162 10162 if (ret < 0) 10163 10163 goto out_free_cpumask;