mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
sunrpc/rpc_pipe: fix kernel-doc notation
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>
This commit is contained in:
parent
97363c6a4f
commit
4111d4fde6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
* 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
|
* @rpc_client: rpc client to associate with this directory
|
||||||
*
|
*
|
||||||
* This creates a directory at the given @path associated with
|
* This creates a directory at the given @path associated with
|
||||||
|
|
Loading…
Reference in a new issue