Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
					}