Loading kernel/trace/ftrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1908,7 +1908,7 @@ int register_ftrace_function(struct ftrace_ops *ops) } /** * unregister_ftrace_function - unresgister a function for profiling. * unregister_ftrace_function - unregister a function for profiling. * @ops - ops structure that holds the function to unregister * * Unregister a function that was added to be called by ftrace profiling. Loading Loading
kernel/trace/ftrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1908,7 +1908,7 @@ int register_ftrace_function(struct ftrace_ops *ops) } /** * unregister_ftrace_function - unresgister a function for profiling. * unregister_ftrace_function - unregister a function for profiling. * @ops - ops structure that holds the function to unregister * * Unregister a function that was added to be called by ftrace profiling. Loading