Skip to content

Commit

Permalink
sunrpc/rpc_pipe: fix kernel-doc notation
Browse files Browse the repository at this point in the history
Fix kernel-doc notation (& warnings) in sunrpc/rpc_pipe.c.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Randy Dunlap authored and Trond Myklebust committed Sep 23, 2009
1 parent 97363c6 commit 4111d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/sunrpc/rpc_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,8 @@ static void rpc_clntdir_depopulate(struct dentry *dentry)

/**
* rpc_create_client_dir - Create a new rpc_client directory in rpc_pipefs
* @path: path from the rpc_pipefs root to the new directory
* @dentry: dentry from the rpc_pipefs root to the new directory
* @name: &struct qstr for the name
* @rpc_client: rpc client to associate with this directory
*
* This creates a directory at the given @path associated with
Expand Down

0 comments on commit 4111d4f

Please sign in to comment.