[PATCH] Typo in arch/i386/kernel/acpi/boot.c

From: Simon Richard Grint
Date: Sun Nov 23 2003 - 18:44:47 EST


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);
}
}

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