From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754437Ab0JZHsg (ORCPT ); Tue, 26 Oct 2010 03:48:36 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:60837 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752555Ab0JZHsf (ORCPT ); Tue, 26 Oct 2010 03:48:35 -0400 Date: Tue, 26 Oct 2010 09:48:12 +0200 From: Ingo Molnar To: Joe Perches Cc: Jiri Kosina , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/10] arch/x86/kernel/apic/io_apic.c: Typo fix WARNING Message-ID: <20101026074812.GA9677@elte.hu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Joe Perches wrote: > Signed-off-by: Joe Perches > --- > 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