forked from Minki/linux
V4L/DVB (5225): Gl861: fix MODULE_AUTHOR
The author's email address is already in the MODULE_AUTHOR field. This patch adds his name as well. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
a9bde1d88c
commit
947af8fdcd
@ -229,7 +229,7 @@ static void __exit gl861_module_exit(void)
|
||||
module_init (gl861_module_init);
|
||||
module_exit (gl861_module_exit);
|
||||
|
||||
MODULE_AUTHOR("comabug@gmail.com");
|
||||
MODULE_AUTHOR("Carl Lundqvist <comabug@gmail.com>");
|
||||
MODULE_DESCRIPTION("Driver MSI Mega Sky 580 DVB-T USB2.0 / GL861");
|
||||
MODULE_VERSION("1.0");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user