Skip to content

Commit

Permalink
Update/Remove soon-to-be-dead email address
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Dave Jones authored and torvalds committed Dec 19, 2014
1 parent d790be3 commit d5e80b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -1734,14 +1734,14 @@ S: Chapel Hill, North Carolina 27514-4818
S: USA

N: Dave Jones
E: davej@redhat.com
E: davej@codemonkey.org.uk
W: http://www.codemonkey.org.uk
D: Assorted VIA x86 support.
D: 2.5 AGPGART overhaul.
D: CPUFREQ maintenance.
D: Fedora kernel maintenance.
D: Fedora kernel maintenance (2003-2014).
D: 'Trinity' and similar fuzz testing work.
D: Misc/Other.
S: 314 Littleton Rd, Westford, MA 01886, USA

N: Martin Josfsson
E: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions drivers/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) 2001-2004 Dave Jones. <[email protected]>
* (C) 2001-2004 Dave Jones.
* (C) 2002 Padraig Brady. <[email protected]>
*
* Licensed under the terms of the GNU GPL License version 2.
Expand Down Expand Up @@ -1008,7 +1008,7 @@ MODULE_PARM_DESC(revid_errata, "Ignore CPU Revision ID");
module_param(enable, int, 0644);
MODULE_PARM_DESC(enable, "Enable driver");

MODULE_AUTHOR("Dave Jones <[email protected]>");
MODULE_AUTHOR("Dave Jones");
MODULE_DESCRIPTION("Longhaul driver for VIA Cyrix processors.");
MODULE_LICENSE("GPL");

Expand Down
2 changes: 1 addition & 1 deletion drivers/cpufreq/powernow-k6.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ static void __exit powernow_k6_exit(void)
}


MODULE_AUTHOR("Arjan van de Ven, Dave Jones <[email protected]>, "
MODULE_AUTHOR("Arjan van de Ven, Dave Jones, "
"Dominik Brodowski <[email protected]>");
MODULE_DESCRIPTION("PowerNow! driver for AMD K6-2+ / K6-3+ processors.");
MODULE_LICENSE("GPL");
Expand Down
3 changes: 1 addition & 2 deletions drivers/cpufreq/powernow-k7.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* AMD K7 Powernow driver.
* (C) 2003 Dave Jones on behalf of SuSE Labs.
* (C) 2003-2004 Dave Jones <[email protected]>
*
* Licensed under the terms of the GNU GPL License version 2.
* Based upon datasheets & sample CPUs kindly provided by AMD.
Expand Down Expand Up @@ -701,7 +700,7 @@ static void __exit powernow_exit(void)
module_param(acpi_force, int, 0444);
MODULE_PARM_DESC(acpi_force, "Force ACPI to be used.");

MODULE_AUTHOR("Dave Jones <[email protected]>");
MODULE_AUTHOR("Dave Jones");
MODULE_DESCRIPTION("Powernow driver for AMD K7 processors.");
MODULE_LICENSE("GPL");

Expand Down
3 changes: 1 addition & 2 deletions drivers/cpufreq/speedstep-ich.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,7 @@ static void __exit speedstep_exit(void)
}


MODULE_AUTHOR("Dave Jones <[email protected]>, "
"Dominik Brodowski <[email protected]>");
MODULE_AUTHOR("Dave Jones, Dominik Brodowski <[email protected]>");
MODULE_DESCRIPTION("Speedstep driver for Intel mobile processors on chipsets "
"with ICH-M southbridges.");
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit d5e80b4

Please sign in to comment.