File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ static int module_close(struct inode *inode, struct file *file)
155155 * functions.
156156 */
157157
158- /* File operations for our proc file. This is where we place pointers to all
158+ /* File operations for our / proc file. This is where we place pointers to all
159159 * the functions called when somebody tries to do something to our file. NULL
160160 * means we don't want to deal with something.
161161 */
@@ -177,7 +177,7 @@ static const struct file_operations file_ops_4_our_proc_file = {
177177};
178178#endif
179179
180- /* Initialize the module - register the proc file */
180+ /* Initialize the module - register the / proc file */
181181static int __init sleep_init (void )
182182{
183183 our_proc_file =
You can’t perform that action at this time.
0 commit comments