linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] fs: Add kernel-doc comments to proc_create_net_data_write()
@ 2024-03-15  7:38 Yang Li
  2024-03-15 13:30 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2024-03-15  7:38 UTC (permalink / raw)
  To: brauner; +Cc: linux-kernel, linux-fsdevel, Yang Li

This commit adds kernel-doc style comments with complete parameter
descriptions for the function proc_create_net_data_write.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/proc/proc_net.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c
index 2ba31b6d68c0..52f0b75cbce2 100644
--- a/fs/proc/proc_net.c
+++ b/fs/proc/proc_net.c
@@ -135,6 +135,7 @@ EXPORT_SYMBOL_GPL(proc_create_net_data);
  * @parent: The parent directory in which to create.
  * @ops: The seq_file ops with which to read the file.
  * @write: The write method with which to 'modify' the file.
+ * @state_size: The size of the per-file private state to allocate.
  * @data: Data for retrieval by pde_data().
  *
  * Create a network namespaced proc file in the @parent directory with the
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] fs: Add kernel-doc comments to proc_create_net_data_write()
  2024-03-15  7:38 [PATCH -next] fs: Add kernel-doc comments to proc_create_net_data_write() Yang Li
@ 2024-03-15 13:30 ` Christian Brauner
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2024-03-15 13:30 UTC (permalink / raw)
  To: Yang Li; +Cc: Christian Brauner, linux-kernel, linux-fsdevel

On Fri, 15 Mar 2024 15:38:05 +0800, Yang Li wrote:
> This commit adds kernel-doc style comments with complete parameter
> descriptions for the function proc_create_net_data_write.
> 
> 

Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[1/1] fs: Add kernel-doc comments to proc_create_net_data_write()
      https://git.kernel.org/vfs/vfs/c/18326d197204

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-15 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-15  7:38 [PATCH -next] fs: Add kernel-doc comments to proc_create_net_data_write() Yang Li
2024-03-15 13:30 ` Christian Brauner

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).