aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_net.c
diff options
context:
space:
mode:
authorYang Li <[email protected]>2024-03-15 07:38:05 +0000
committerChristian Brauner <[email protected]>2024-03-26 08:01:18 +0000
commitfc253215f8e8d2a5f6f057b2a9dd92c7c5134f12 (patch)
treeb5d24e30b0837c26c3b184ac2c80938342a28955 /fs/proc/proc_net.c
parentfs_parser: move fsparam_string_empty() helper into header (diff)
downloadkernel-fc253215f8e8d2a5f6f057b2a9dd92c7c5134f12.tar.gz
kernel-fc253215f8e8d2a5f6f057b2a9dd92c7c5134f12.zip
fs: Add kernel-doc comments to proc_create_net_data_write()
This commit adds kernel-doc style comments with complete parameter descriptions for the function proc_create_net_data_write. Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'fs/proc/proc_net.c')
-rw-r--r--fs/proc/proc_net.c1
1 files changed, 1 insertions, 0 deletions
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