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)
155
155
* functions.
156
156
*/
157
157
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
159
159
* the functions called when somebody tries to do something to our file. NULL
160
160
* means we don't want to deal with something.
161
161
*/
@@ -177,7 +177,7 @@ static const struct file_operations file_ops_4_our_proc_file = {
177
177
};
178
178
#endif
179
179
180
- /* Initialize the module - register the proc file */
180
+ /* Initialize the module - register the / proc file */
181
181
static int __init sleep_init (void )
182
182
{
183
183
our_proc_file =
You can’t perform that action at this time.
0 commit comments