Re: [PATCH 01/10] arch/x86/kernel/apic/io_apic.c: Typo fix WARNING

From: Joe Perches
Date: Tue Oct 26 2010 - 04:24:10 EST


On Tue, 26 Oct 2010, Ingo Molnar wrote:
> > arch/x86/kernel/apic/io_apic.c | 2 +-
> > - 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);
> While you are touching this please fix the other glaring problem this printk has.

There are 14 of these split lines formats in io_apic.c,
19 in apic and 1 in x2apic_uv_x.c.

There are also many apic_printk calls without KERN_<level>.

I prefer changing all of them at the same time rather
than 1 at a time.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/