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:
Michael Krufky 2006-10-03 17:14:07 -03:00 committed by Mauro Carvalho Chehab
parent a9bde1d88c
commit 947af8fdcd

View file

@ -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");