projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87889e1
)
x86: Fix printk typo WARING
author
Paul Bolle
<pebolle@tiscali.nl>
Tue, 8 Feb 2011 22:27:36 +0000
(23:27 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 11 Feb 2011 14:17:24 +0000
(15:17 +0100)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/apic/io_apic.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/apic/io_apic.c
b/arch/x86/kernel/apic/io_apic.c
index 697dc34b7b87611443ccdd06d39c8188f77ca94d..303be814ddd1513a16769b3336a88a80b56ffe89 100644
(file)
--- a/
arch/x86/kernel/apic/io_apic.c
+++ b/
arch/x86/kernel/apic/io_apic.c
@@
-4026,7
+4026,7
@@
int mp_find_ioapic_pin(int ioapic, u32 gsi)
static int bad_ioapic(unsigned long address)
{
if (nr_ioapics >= MAX_IO_APICS) {
- printk(KERN_WARNING "WARING: Max # of I/O APICs (%d) exceeded "
+ printk(KERN_WARNING "WAR
N
ING: Max # of I/O APICs (%d) exceeded "
"(found %d), skipping\n", MAX_IO_APICS, nr_ioapics);
return 1;
}