Signed-off-by: Alan Cox <[EMAIL PROTECTED]>

(and pointed out by several people)

diff -u --exclude-from /usr/src/exclude --new-file --recursive 
linux.vanilla-2.6.23rc6-mm1/drivers/scsi/dtc.c 
linux-2.6.23rc6-mm1/drivers/scsi/dtc.c
--- linux.vanilla-2.6.23rc6-mm1/drivers/scsi/dtc.c      2007-09-18 
15:32:56.000000000 +0100
+++ linux-2.6.23rc6-mm1/drivers/scsi/dtc.c      2007-09-18 16:26:56.000000000 
+0100
@@ -242,7 +242,7 @@
                                        if (check_signature(base + 
signatures[sig].offset, signatures[sig].string, 
strlen(signatures[sig].string))) {
                                                addr = 
bases[current_base].address;
 #if (DTCDEBUG & DTCDEBUG_INIT)
-                                               printk(KERB_DEBUG "scsi-dtc : 
detected board.\n");
+                                               printk(KERN_DEBUG "scsi-dtc : 
detected board.\n");
 #endif
                                                goto found;
                                        }
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to