Skip to content

Commit fc25321

Browse files
Yang Librauner
authored andcommitted
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 <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20240315073805.77463-1-yang.lee@linux.alibaba.com Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 7b30851 commit fc25321

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/proc/proc_net.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ EXPORT_SYMBOL_GPL(proc_create_net_data);
135135
* @parent: The parent directory in which to create.
136136
* @ops: The seq_file ops with which to read the file.
137137
* @write: The write method with which to 'modify' the file.
138+
* @state_size: The size of the per-file private state to allocate.
138139
* @data: Data for retrieval by pde_data().
139140
*
140141
* Create a network namespaced proc file in the @parent directory with the

0 commit comments

Comments
 (0)