Commit 99acf044 authored by Martin Waitz's avatar Martin Waitz Committed by Linus Torvalds

[PATCH] DocBook: fix some kernel-doc comments in net/sunrpc

Fix the syntax of some kernel-doc comments
Signed-off-by: default avatarMartin Waitz <tali@admingilde.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9598f91f
...@@ -908,10 +908,10 @@ void rpc_release_task(struct rpc_task *task) ...@@ -908,10 +908,10 @@ void rpc_release_task(struct rpc_task *task)
/** /**
* rpc_run_task - Allocate a new RPC task, then run rpc_execute against it * rpc_run_task - Allocate a new RPC task, then run rpc_execute against it
* @clnt - pointer to RPC client * @clnt: pointer to RPC client
* @flags - RPC flags * @flags: RPC flags
* @ops - RPC call ops * @ops: RPC call ops
* @data - user call data * @data: user call data
*/ */
struct rpc_task *rpc_run_task(struct rpc_clnt *clnt, int flags, struct rpc_task *rpc_run_task(struct rpc_clnt *clnt, int flags,
const struct rpc_call_ops *ops, const struct rpc_call_ops *ops,
...@@ -930,6 +930,7 @@ EXPORT_SYMBOL(rpc_run_task); ...@@ -930,6 +930,7 @@ EXPORT_SYMBOL(rpc_run_task);
/** /**
* rpc_find_parent - find the parent of a child task. * rpc_find_parent - find the parent of a child task.
* @child: child task * @child: child task
* @parent: parent task
* *
* Checks that the parent task is still sleeping on the * Checks that the parent task is still sleeping on the
* queue 'childq'. If so returns a pointer to the parent. * queue 'childq'. If so returns a pointer to the parent.
......
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