1
0
mirror of https://github.com/sysprog21/lkmpg.git synced 2021-08-03 01:33:29 +03:00

Make each source file more consistent

It is vital to denote the file name and summary for each source,
otherwise readers could not figure out the corresponding files.
This commit is contained in:
Jim Huang
2021-07-22 11:25:32 +08:00
parent 1c93f2f5ef
commit faf3aa7c22
19 changed files with 48 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
/*
procfs3.c
*/
* procfs3.c
*/
#include <linux/kernel.h>
#include <linux/module.h>