File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2021,7 +2021,7 @@ const struct dentry_operations pid_dentry_operations =
2021
2021
* file type from dcache entry.
2022
2022
*
2023
2023
* Since all of the proc inode numbers are dynamically generated, the inode
2024
- * numbers do not exist until the inode is cache. This means creating the
2024
+ * numbers do not exist until the inode is cache. This means creating
2025
2025
* the dcache entry in readdir is necessary to keep the inode numbers
2026
2026
* reported by readdir in sync with the inode numbers reported
2027
2027
* by stat.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ EXPORT_SYMBOL_GPL(proc_create_net_data);
140
140
* @mode: The file's access mode.
141
141
* @parent: The parent directory in which to create.
142
142
* @ops: The seq_file ops with which to read the file.
143
- * @write: The write method which which to 'modify' the file.
143
+ * @write: The write method with which to 'modify' the file.
144
144
* @data: Data for retrieval by PDE_DATA().
145
145
*
146
146
* Create a network namespaced proc file in the @parent directory with the
@@ -232,7 +232,7 @@ EXPORT_SYMBOL_GPL(proc_create_net_single);
232
232
* @mode: The file's access mode.
233
233
* @parent: The parent directory in which to create.
234
234
* @show: The seqfile show method with which to read the file.
235
- * @write: The write method which which to 'modify' the file.
235
+ * @write: The write method with which to 'modify' the file.
236
236
* @data: Data for retrieval by PDE_DATA().
237
237
*
238
238
* Create a network-namespaced proc file in the @parent directory with the
You can’t perform that action at this time.
0 commit comments