[PATCH] i386 apic: Fix mispelling of APIC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Maciej W. Rozycki" <[email protected]> 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 <[email protected]>


---

 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux