lkml.org 
[lkml]   [2003]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Typo in arch/i386/kernel/acpi/boot.c
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@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-03-22 13:58    [W:0.067 / U:3.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site