x86: Fix printk typo WARING
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 8 Feb 2011 22:27:36 +0000 (23:27 +0100)
committerJiri 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

index 697dc34..303be81 100644 (file)
@@ -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 "WARNING: Max # of I/O APICs (%d) exceeded "
                       "(found %d), skipping\n", MAX_IO_APICS, nr_ioapics);
                return 1;
        }