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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user