Skip to content

Commit

Permalink
[SCSI] dtc: Fix typo
Browse files Browse the repository at this point in the history
(and pointed out by several people)

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Alan Cox authored and James Bottomley committed Oct 12, 2007
1 parent 1a1d641 commit 5307b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/dtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5307b1e

Please sign in to comment.