Skip to content

Commit 09492cb

Browse files
Yang LiMiklos Szeredi
authored andcommitted
cuse: add kernel-doc comments to cuse_process_init_reply()
This commit adds kernel-doc style comments with complete parameter descriptions for the function cuse_process_init_reply. Signed-off-by: Yang Li <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>
1 parent eb4b691 commit 09492cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fs/fuse/cuse.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ struct cuse_init_args {
310310
/**
311311
* cuse_process_init_reply - finish initializing CUSE channel
312312
*
313+
* @fm: The fuse mount information containing the CUSE connection.
314+
* @args: The arguments passed to the init reply.
315+
* @error: The error code signifying if any error occurred during the process.
316+
*
313317
* This function creates the character device and sets up all the
314318
* required data structures for it. Please read the comment at the
315319
* top of this file for high level overview.

0 commit comments

Comments
 (0)