linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Typo in arch/i386/kernel/acpi/boot.c
@ 2003-11-23 23:44 Simon Richard Grint
  0 siblings, 0 replies; only message in thread
From: Simon Richard Grint @ 2003-11-23 23:44 UTC (permalink / raw)
  To: linux-kernel

This patch is against the latest bk snapshot of the vanilla 2.6.0test9.  It corrects a typo which 
may get displayed during acpi initialisation on i386 

sr

--- 2.6.0-test9-orig/arch/i386/kernel/acpi/boot.c       2003-11-23 23:27:29.000000000 +0000
+++ 2.6.0-test9/arch/i386/kernel/acpi/boot.c    2003-11-21 17:57:06.000000000 +0000
@@ -268,7 +268,7 @@

        if (!(val & mask)) {
                printk(KERN_WARNING PREFIX "IRQ %d was Edge Triggered, "
-                       "setting to Level Triggerd\n", irq);
+                       "setting to Level Triggered\n", irq);
                outb(val | mask, port);
        }
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-23 23:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-23 23:44 [PATCH] Typo in arch/i386/kernel/acpi/boot.c Simon Richard Grint

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).