tracing: Fix spelling of controlling in uprobes
s/controling/controlling/p Link: https://lkml.kernel.org/r/20210112045008.29834-1-unixbhaskar@gmail.com Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
28cc65a173
commit
39bcdd6a96
|
@ -1635,7 +1635,7 @@ void destroy_local_trace_uprobe(struct trace_event_call *event_call)
|
|||
}
|
||||
#endif /* CONFIG_PERF_EVENTS */
|
||||
|
||||
/* Make a trace interface for controling probe points */
|
||||
/* Make a trace interface for controlling probe points */
|
||||
static __init int init_uprobe_trace(void)
|
||||
{
|
||||
int ret;
|
||||
|
|
Loading…
Reference in New Issue