lkml.org 
[lkml]   [2005]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] i386 apic: Fix mispelling of APIC
From
Date
"Maciej W. Rozycki" <macro@linux-mips.org> writes:


>> So what should the capitalization be? "APIC disabled\n" ?
>
> Obviously. Thanks for your tidy-up!

Welcome.

Looking a little deeper I just copied the mispelling from x86_64.
Here is the incremental patch that fixes the i386 version.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>


---

arch/i386/kernel/apic.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

7edc564590555e94268fb73ddf97431b4b9df945
diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c
--- a/arch/i386/kernel/apic.c
+++ b/arch/i386/kernel/apic.c
@@ -1265,7 +1265,7 @@ fastcall void smp_error_interrupt(struct
int __init APIC_init(void)
{
if (enable_local_apic < 0) {
- printk(KERN_INFO "Apic disabled\n");
+ printk(KERN_INFO "APIC disabled\n");
return -1;
}

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

\
 
 \ /
  Last update: 2005-10-05 20:34    [W:0.163 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site