]> Git Repo - linux.git/commitdiff
V4L/DVB (5225): Gl861: fix MODULE_AUTHOR
authorMichael Krufky <[email protected]>
Tue, 3 Oct 2006 20:14:07 +0000 (17:14 -0300)
committerMauro Carvalho Chehab <[email protected]>
Wed, 21 Feb 2007 15:35:26 +0000 (13:35 -0200)
The author's email address is already in the MODULE_AUTHOR field.
This patch adds his name as well.

Signed-off-by: Michael Krufky <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/dvb/dvb-usb/gl861.c

index 7562cc4c4827b536556ec38c3532f75d05ccd168..2f4aee62ace64066b1f3c25065f3771481879f49 100644 (file)
@@ -229,7 +229,7 @@ static void __exit gl861_module_exit(void)
 module_init (gl861_module_init);
 module_exit (gl861_module_exit);
 
-MODULE_AUTHOR("[email protected]");
+MODULE_AUTHOR("Carl Lundqvist <[email protected]>");
 MODULE_DESCRIPTION("Driver MSI Mega Sky 580 DVB-T USB2.0 / GL861");
 MODULE_VERSION("1.0");
 MODULE_LICENSE("GPL");
This page took 0.054353 seconds and 4 git commands to generate.