Commit d5e80b4b1857d5175bc6815aeefbb0e19b1a2c9b

Authored by Dave Jones
Committed by Linus Torvalds
1 parent d790be3863

Update/Remove soon-to-be-dead email address

I'm leaving Red Hat at the end of December 2014, so remove all
references to my soon-to-be-dead address.

(There are some references left in the tree, that need additional
changes, I'll send those through the AGP maintainers).

Signed-off-by: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

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

... ... @@ -1734,14 +1734,14 @@
1734 1734 S: USA
1735 1735  
1736 1736 N: Dave Jones
1737   -E: davej@redhat.com
  1737 +E: davej@codemonkey.org.uk
1738 1738 W: http://www.codemonkey.org.uk
1739 1739 D: Assorted VIA x86 support.
1740 1740 D: 2.5 AGPGART overhaul.
1741 1741 D: CPUFREQ maintenance.
1742   -D: Fedora kernel maintenance.
  1742 +D: Fedora kernel maintenance (2003-2014).
  1743 +D: 'Trinity' and similar fuzz testing work.
1743 1744 D: Misc/Other.
1744   -S: 314 Littleton Rd, Westford, MA 01886, USA
1745 1745  
1746 1746 N: Martin Josfsson
1747 1747 E: gandalf@wlug.westbo.se
drivers/cpufreq/longhaul.c
1 1 /*
2   - * (C) 2001-2004 Dave Jones. <davej@redhat.com>
  2 + * (C) 2001-2004 Dave Jones.
3 3 * (C) 2002 Padraig Brady. <padraig@antefacto.com>
4 4 *
5 5 * Licensed under the terms of the GNU GPL License version 2.
... ... @@ -1008,7 +1008,7 @@
1008 1008 module_param(enable, int, 0644);
1009 1009 MODULE_PARM_DESC(enable, "Enable driver");
1010 1010  
1011   -MODULE_AUTHOR("Dave Jones <davej@redhat.com>");
  1011 +MODULE_AUTHOR("Dave Jones");
1012 1012 MODULE_DESCRIPTION("Longhaul driver for VIA Cyrix processors.");
1013 1013 MODULE_LICENSE("GPL");
1014 1014  
drivers/cpufreq/powernow-k6.c
... ... @@ -300,7 +300,7 @@
300 300 }
301 301  
302 302  
303   -MODULE_AUTHOR("Arjan van de Ven, Dave Jones <davej@redhat.com>, "
  303 +MODULE_AUTHOR("Arjan van de Ven, Dave Jones, "
304 304 "Dominik Brodowski <linux@brodo.de>");
305 305 MODULE_DESCRIPTION("PowerNow! driver for AMD K6-2+ / K6-3+ processors.");
306 306 MODULE_LICENSE("GPL");
drivers/cpufreq/powernow-k7.c
1 1 /*
2 2 * AMD K7 Powernow driver.
3 3 * (C) 2003 Dave Jones on behalf of SuSE Labs.
4   - * (C) 2003-2004 Dave Jones <davej@redhat.com>
5 4 *
6 5 * Licensed under the terms of the GNU GPL License version 2.
7 6 * Based upon datasheets & sample CPUs kindly provided by AMD.
... ... @@ -701,7 +700,7 @@
701 700 module_param(acpi_force, int, 0444);
702 701 MODULE_PARM_DESC(acpi_force, "Force ACPI to be used.");
703 702  
704   -MODULE_AUTHOR("Dave Jones <davej@redhat.com>");
  703 +MODULE_AUTHOR("Dave Jones");
705 704 MODULE_DESCRIPTION("Powernow driver for AMD K7 processors.");
706 705 MODULE_LICENSE("GPL");
707 706  
drivers/cpufreq/speedstep-ich.c
... ... @@ -378,8 +378,7 @@
378 378 }
379 379  
380 380  
381   -MODULE_AUTHOR("Dave Jones <davej@redhat.com>, "
382   - "Dominik Brodowski <linux@brodo.de>");
  381 +MODULE_AUTHOR("Dave Jones, Dominik Brodowski <linux@brodo.de>");
383 382 MODULE_DESCRIPTION("Speedstep driver for Intel mobile processors on chipsets "
384 383 "with ICH-M southbridges.");
385 384 MODULE_LICENSE("GPL");