diff options
-rw-r--r-- | kernel/trace/ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c index 9f536108d3f3..8c1c9c0f4775 100644 --- a/kernel/trace/ftrace.c +++ b/kernel/trace/ftrace.c | |||
@@ -1894,7 +1894,7 @@ int register_ftrace_function(struct ftrace_ops *ops) | |||
1894 | } | 1894 | } |
1895 | 1895 | ||
1896 | /** | 1896 | /** |
1897 | * unregister_ftrace_function - unresgister a function for profiling. | 1897 | * unregister_ftrace_function - unregister a function for profiling. |
1898 | * @ops - ops structure that holds the function to unregister | 1898 | * @ops - ops structure that holds the function to unregister |
1899 | * | 1899 | * |
1900 | * Unregister a function that was added to be called by ftrace profiling. | 1900 | * Unregister a function that was added to be called by ftrace profiling. |