projects
/
wrapfs-3.2.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcee77b
)
x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setup
author
Arnd Hannemann
<hannemann@i4.informatik.rwth-aachen.de>
Sat, 9 Feb 2008 22:24:08 +0000
(23:24 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/mfgpt_32.c
b/arch/x86/kernel/mfgpt_32.c
index eeb461f391a074b0a77241d375bf2eb919b0799d..027fc067b3995153164c799fbe63502baf7706fd 100644
(file)
--- a/
arch/x86/kernel/mfgpt_32.c
+++ b/
arch/x86/kernel/mfgpt_32.c
@@
-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 MFG
P
T timer as a clock event.\n");
clockevents_register_device(&mfgpt_clockevent);
return 0;