]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setup
authorArnd Hannemann <hannemann@i4.informatik.rwth-aachen.de>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
Signed-off-by: Arnd Hannemann <hannemann@i4.informatik.rwth-aachen.de>
Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/mfgpt_32.c

index eeb461f391a074b0a77241d375bf2eb919b0799d..027fc067b3995153164c799fbe63502baf7706fd 100644 (file)
@@ -370,7 +370,7 @@ int __init mfgpt_timer_setup(void)
                        &mfgpt_clockevent);
 
        printk(KERN_INFO
-              "mfgpt-timer:  registering the MFGT timer as a clock event.\n");
+              "mfgpt-timer:  registering the MFGPT timer as a clock event.\n");
        clockevents_register_device(&mfgpt_clockevent);
 
        return 0;