Commit 2a93a1f2 authored by Uwe Kleine-Koenig's avatar Uwe Kleine-Koenig Committed by Jiri Kosina

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

Signed-off-by: default avatarUwe Kleine-Koenig <ukleinek@strlen.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b8d99832
...@@ -1908,7 +1908,7 @@ int register_ftrace_function(struct ftrace_ops *ops) ...@@ -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 * @ops - ops structure that holds the function to unregister
* *
* Unregister a function that was added to be called by ftrace profiling. * Unregister a function that was added to be called by ftrace profiling.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment