Commit 947af8fd authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

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: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent a9bde1d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");