Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Fix the syntax of some kernel-doc comments

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Martin Waitz and committed by
Linus Torvalds
99acf044 9598f91f

+5 -4
+5 -4
net/sunrpc/sched.c
··· 908 908 909 909 /** 910 910 * rpc_run_task - Allocate a new RPC task, then run rpc_execute against it 911 - * @clnt - pointer to RPC client 912 - * @flags - RPC flags 913 - * @ops - RPC call ops 914 - * @data - user call data 911 + * @clnt: pointer to RPC client 912 + * @flags: RPC flags 913 + * @ops: RPC call ops 914 + * @data: user call data 915 915 */ 916 916 struct rpc_task *rpc_run_task(struct rpc_clnt *clnt, int flags, 917 917 const struct rpc_call_ops *ops, ··· 930 930 /** 931 931 * rpc_find_parent - find the parent of a child task. 932 932 * @child: child task 933 + * @parent: parent task 933 934 * 934 935 * Checks that the parent task is still sleeping on the 935 936 * queue 'childq'. If so returns a pointer to the parent.