Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32632920 authored by Uwe Kleine-Koenig's avatar Uwe Kleine-Koenig Committed by Ingo Molnar
Browse files

ftrace, trivial: fix typo "resgister" -> "register"

parent e1d8aa9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1894,7 +1894,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.