* [PATCH -next] fs: Add kernel-doc comments to cuse_process_init_reply()
@ 2024-03-15 8:02 Yang Li
2024-04-15 9:03 ` Miklos Szeredi
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2024-03-15 8:02 UTC (permalink / raw)
To: miklos; +Cc: linux-fsdevel, linux-kernel, Yang Li
This commit adds kernel-doc style comments with complete parameter
descriptions for the function cuse_process_init_reply.
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
fs/fuse/cuse.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/fs/fuse/cuse.c b/fs/fuse/cuse.c
index b6cad106c37e..0b2da7b7e2ad 100644
--- a/fs/fuse/cuse.c
+++ b/fs/fuse/cuse.c
@@ -310,6 +310,10 @@ struct cuse_init_args {
/**
* cuse_process_init_reply - finish initializing CUSE channel
*
+ * @fm: The fuse mount information containing the CUSE connection.
+ * @args: The arguments passed to the init reply.
+ * @error: The error code signifying if any error occurred during the process.
+ *
* This function creates the character device and sets up all the
* required data structures for it. Please read the comment at the
* top of this file for high level overview.
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] fs: Add kernel-doc comments to cuse_process_init_reply()
2024-03-15 8:02 [PATCH -next] fs: Add kernel-doc comments to cuse_process_init_reply() Yang Li
@ 2024-04-15 9:03 ` Miklos Szeredi
0 siblings, 0 replies; 2+ messages in thread
From: Miklos Szeredi @ 2024-04-15 9:03 UTC (permalink / raw)
To: Yang Li; +Cc: linux-fsdevel, linux-kernel
On Fri, 15 Mar 2024 at 09:02, Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> This commit adds kernel-doc style comments with complete parameter
> descriptions for the function cuse_process_init_reply.
Applied, thanks.
Miklos
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-15 9:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-15 8:02 [PATCH -next] fs: Add kernel-doc comments to cuse_process_init_reply() Yang Li
2024-04-15 9:03 ` Miklos Szeredi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).