[PATCH] sunrpc: fix rpcb_clnt.c kernel-doc notation
From: Randy Dunlap <hidden>
Date: 2012-04-18 00:03:19
From: Randy Dunlap <redacted> Fix kernel-doc warnings in sunrpc/rpcb_clnt.c: Warning(net/sunrpc/rpcb_clnt.c:428): No description found for parameter 'net' Warning(net/sunrpc/rpcb_clnt.c:567): No description found for parameter 'net' Signed-off-by: Randy Dunlap <redacted> --- net/sunrpc/rpcb_clnt.c | 2 ++ 1 file changed, 2 insertions(+)
--- lnx-34-rc3.orig/net/sunrpc/rpcb_clnt.c
+++ lnx-34-rc3/net/sunrpc/rpcb_clnt.c@@ -394,6 +394,7 @@ static int rpcb_register_call(struct rpc /** * rpcb_register - set or unset a port registration with the local rpcbind svc + * @net: target network namespace * @prog: RPC program number to bind * @vers: RPC version number to bind * @prot: transport protocol to register
@@ -521,6 +522,7 @@ static int rpcb_unregister_all_protofami /** * rpcb_v4_register - set or unset a port registration with the local rpcbind + * @net: target network namespace * @program: RPC program number of service to (un)register * @version: RPC version number of service to (un)register * @address: address family, IP address, and port to (un)register