net: datagram: fix some kernel-doc markups

Some identifiers have different names between their prototypes
and the kernel-doc markup.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Mauro Carvalho Chehab
2020-11-16 11:17:58 +01:00
committed by Jakub Kicinski
parent 69280228d2
commit c1639be98b
5 changed files with 9 additions and 8 deletions

View File

@@ -781,7 +781,8 @@ static int rpc_rmdir_depopulate(struct dentry *dentry,
}
/**
* rpc_mkpipe - make an rpc_pipefs file for kernel<->userspace communication
* rpc_mkpipe_dentry - make an rpc_pipefs file for kernel<->userspace
* communication
* @parent: dentry of directory to create new "pipe" in
* @name: name of pipe
* @private: private data to associate with the pipe, for the caller's use