Commit f8de18d4308317a1c088fb8852ed0516124521b1

Authored by Jelle Foks
Committed by Mauro Carvalho Chehab
1 parent 5faff78904

V4L/DVB (9654): new email address

Please accept this patch to refer to my new email address

Signed-off-by: Jelle Foks <jelle@foks.us>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 3 changed files with 5 additions and 5 deletions Side-by-side Diff

drivers/media/video/cx23885/cx23885-417.c
... ... @@ -2,7 +2,7 @@
2 2 *
3 3 * Support for a cx23417 mpeg encoder via cx23885 host port.
4 4 *
5   - * (c) 2004 Jelle Foks <jelle@foks.8m.com>
  5 + * (c) 2004 Jelle Foks <jelle@foks.us>
6 6 * (c) 2004 Gerd Knorr <kraxel@bytesex.org>
7 7 * (c) 2008 Steven Toth <stoth@linuxtv.org>
8 8 * - CX23885/7/8 support
drivers/media/video/cx88/cx88-blackbird.c
... ... @@ -3,7 +3,7 @@
3 3 * Support for a cx23416 mpeg encoder via cx2388x host port.
4 4 * "blackbird" reference design.
5 5 *
6   - * (c) 2004 Jelle Foks <jelle@foks.8m.com>
  6 + * (c) 2004 Jelle Foks <jelle@foks.us>
7 7 * (c) 2004 Gerd Knorr <kraxel@bytesex.org>
8 8 *
9 9 * (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org>
... ... @@ -39,7 +39,7 @@
39 39 #include "cx88.h"
40 40  
41 41 MODULE_DESCRIPTION("driver for cx2388x/cx23416 based mpeg encoder cards");
42   -MODULE_AUTHOR("Jelle Foks <jelle@foks.8m.com>, Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]");
  42 +MODULE_AUTHOR("Jelle Foks <jelle@foks.us>, Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]");
43 43 MODULE_LICENSE("GPL");
44 44  
45 45 static unsigned int mpegbufs = 32;
drivers/media/video/cx88/cx88-mpeg.c
... ... @@ -3,7 +3,7 @@
3 3 * Support for the mpeg transport stream transfers
4 4 * PCI function #2 of the cx2388x.
5 5 *
6   - * (c) 2004 Jelle Foks <jelle@foks.8m.com>
  6 + * (c) 2004 Jelle Foks <jelle@foks.us>
7 7 * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au>
8 8 * (c) 2004 Gerd Knorr <kraxel@bytesex.org>
9 9 *
... ... @@ -34,7 +34,7 @@
34 34 /* ------------------------------------------------------------------ */
35 35  
36 36 MODULE_DESCRIPTION("mpeg driver for cx2388x based TV cards");
37   -MODULE_AUTHOR("Jelle Foks <jelle@foks.8m.com>");
  37 +MODULE_AUTHOR("Jelle Foks <jelle@foks.us>");
38 38 MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>");
39 39 MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]");
40 40 MODULE_LICENSE("GPL");