Messages in this thread |  | | | Date | Tue, 26 Oct 2010 09:48:12 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 01/10] arch/x86/kernel/apic/io_apic.c: Typo fix WARNING |
| |
* Joe Perches <joe@perches.com> wrote:
> Signed-off-by: Joe Perches <joe@perches.com> > --- > arch/x86/kernel/apic/io_apic.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c > index 8ae808d..4640f72 100644 > --- a/arch/x86/kernel/apic/io_apic.c > +++ b/arch/x86/kernel/apic/io_apic.c > @@ -4037,7 +4037,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);
While you are touching this please fix the other glaring problem this printk has.
Thanks,
Ingo
|  |