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

Drop duplicated module author information

This commit is contained in:
Jim Huang
2021-07-22 07:29:07 +08:00
parent 64f791f274
commit 760bbe70cb
21 changed files with 9 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
#include <linux/module.h> /* Needed by all modules */
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Bob Mottram");
MODULE_AUTHOR("LKMPG");
MODULE_DESCRIPTION("A sample driver");
MODULE_SUPPORTED_DEVICE("testdevice");