Commit 5307b1e8 authored by Alan Cox's avatar Alan Cox Committed by James Bottomley

[SCSI] dtc: Fix typo

(and pointed out by several people)
Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 1a1d6414
......@@ -242,7 +242,7 @@ static int __init dtc_detect(struct scsi_host_template * tpnt)
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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment