mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
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>
This commit is contained in:
parent
7b30851a70
commit
fc253215f8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue