mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
kernel/tracepoint.c: kernel-doc fixes
Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
cf25004069
commit
cac92ba74f
@ -239,6 +239,7 @@ static int tracepoint_remove_func(struct tracepoint *tp,
|
||||
* tracepoint_probe_register - Connect a probe to a tracepoint
|
||||
* @tp: tracepoint
|
||||
* @probe: probe handler
|
||||
* @data: tracepoint data
|
||||
*
|
||||
* Returns 0 if ok, error value on error.
|
||||
* Note: if @tp is within a module, the caller is responsible for
|
||||
@ -264,6 +265,7 @@ EXPORT_SYMBOL_GPL(tracepoint_probe_register);
|
||||
* tracepoint_probe_unregister - Disconnect a probe from a tracepoint
|
||||
* @tp: tracepoint
|
||||
* @probe: probe function pointer
|
||||
* @data: tracepoint data
|
||||
*
|
||||
* Returns 0 if ok, error value on error.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user