projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b30851
)
fs: Add kernel-doc comments to proc_create_net_data_write()
author
Yang Li
<yang.lee@linux.alibaba.com>
Fri, 15 Mar 2024 07:38:05 +0000
(15:38 +0800)
committer
Christian Brauner
<brauner@kernel.org>
Tue, 26 Mar 2024 08:01:18 +0000
(09:01 +0100)
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>
fs/proc/proc_net.c
patch
|
blob
|
history
diff --git
a/fs/proc/proc_net.c
b/fs/proc/proc_net.c
index 2ba31b6d68c0771755b373801ae207ee21423965..52f0b75cbce2caa3b010b18f8fcc18d995ea2b0e 100644
(file)
--- 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