aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorAlexander Clouter <alex@digriz.org.uk>2009-02-13 14:01:01 -0500
committerDave Jones <davej@redhat.com>2009-02-24 22:47:31 -0500
commit11a80a9c7668c40c40a03ae15bd2c6b215058b2e (patch)
tree4d41ce310e64105002da29c0eb044eb418473fd8 /drivers/cpufreq
parent91420220d278584693d11a800b78fdc20e8fe10e (diff)
[CPUFREQ] conservative: amend author's email address
Amend author's email address. Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/cpufreq_conservative.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq_conservative.c b/drivers/cpufreq/cpufreq_conservative.c
index 8d541c69aec6..a18cfbf021b3 100644
--- a/drivers/cpufreq/cpufreq_conservative.c
+++ b/drivers/cpufreq/cpufreq_conservative.c
@@ -4,7 +4,7 @@
4 * Copyright (C) 2001 Russell King 4 * Copyright (C) 2001 Russell King
5 * (C) 2003 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>. 5 * (C) 2003 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>.
6 * Jun Nakajima <jun.nakajima@intel.com> 6 * Jun Nakajima <jun.nakajima@intel.com>
7 * (C) 2004 Alexander Clouter <alex-kernel@digriz.org.uk> 7 * (C) 2009 Alexander Clouter <alex@digriz.org.uk>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as 10 * it under the terms of the GNU General Public License version 2 as
@@ -625,7 +625,7 @@ static void __exit cpufreq_gov_dbs_exit(void)
625} 625}
626 626
627 627
628MODULE_AUTHOR("Alexander Clouter <alex-kernel@digriz.org.uk>"); 628MODULE_AUTHOR("Alexander Clouter <alex@digriz.org.uk>");
629MODULE_DESCRIPTION("'cpufreq_conservative' - A dynamic cpufreq governor for " 629MODULE_DESCRIPTION("'cpufreq_conservative' - A dynamic cpufreq governor for "
630 "Low Latency Frequency Transition capable processors " 630 "Low Latency Frequency Transition capable processors "
631 "optimised for use in a battery environment"); 631 "optimised for use in a battery environment");