From: Martin Waitz Fix the syntax of some kernel-doc comments Signed-off-by: Martin Waitz Signed-off-by: Andrew Morton --- net/sunrpc/sched.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff -puN net/sunrpc/sched.c~docbook-fix-some-kernel-doc-comments-in-net-sunrpc net/sunrpc/sched.c --- devel/net/sunrpc/sched.c~docbook-fix-some-kernel-doc-comments-in-net-sunrpc 2006-01-22 23:23:33.000000000 -0800 +++ devel-akpm/net/sunrpc/sched.c 2006-01-22 23:23:33.000000000 -0800 @@ -909,10 +909,10 @@ void rpc_release_task(struct rpc_task *t /** * rpc_run_task - Allocate a new RPC task, then run rpc_execute against it - * @clnt - pointer to RPC client - * @flags - RPC flags - * @ops - RPC call ops - * @data - user call data + * @clnt: pointer to RPC client + * @flags: RPC flags + * @ops: RPC call ops + * @data: user call data */ struct rpc_task *rpc_run_task(struct rpc_clnt *clnt, int flags, const struct rpc_call_ops *ops, @@ -931,6 +931,7 @@ EXPORT_SYMBOL(rpc_run_task); /** * rpc_find_parent - find the parent of a child task. * @child: child task + * @parent: parent task * * Checks that the parent task is still sleeping on the * queue 'childq'. If so returns a pointer to the parent. _