diff options
author | Németh Márton <nm127@freemail.hu> | 2008-10-09 14:59:17 +0200 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2008-10-09 13:52:40 -0400 |
commit | 8d5922572038bae9f7b16fcb974eee806727b44c (patch) | |
tree | d68e7e8887131c387292f2899dc4533014482366 /arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c | |
parent | 69849375d6b13e94d08cdc94b49b11fbab454a0e (diff) | |
download | lwn-8d5922572038bae9f7b16fcb974eee806727b44c.tar.gz lwn-8d5922572038bae9f7b16fcb974eee806727b44c.zip |
[CPUFREQ] correct broken links and email addresses
Replace the no longer working links and email address in the
documentation and in source code.
Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c')
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c b/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c index 15e13c01cc36..3b5f06423e77 100644 --- a/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c +++ b/arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c @@ -26,7 +26,7 @@ #include <asm/cpufeature.h> #define PFX "speedstep-centrino: " -#define MAINTAINER "cpufreq@lists.linux.org.uk" +#define MAINTAINER "cpufreq@vger.kernel.org" #define dprintk(msg...) \ cpufreq_debug_printk(CPUFREQ_DEBUG_DRIVER, "speedstep-centrino", msg) |