Skip to content

Commit 5307b1e

Browse files
Alan-CoxJames Bottomley
authored andcommitted
[SCSI] dtc: Fix typo
(and pointed out by several people) Signed-off-by: Alan Cox <[email protected]> Signed-off-by: James Bottomley <[email protected]>
1 parent 1a1d641 commit 5307b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/dtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ static int __init dtc_detect(struct scsi_host_template * tpnt)
242242
if (check_signature(base + signatures[sig].offset, signatures[sig].string, strlen(signatures[sig].string))) {
243243
addr = bases[current_base].address;
244244
#if (DTCDEBUG & DTCDEBUG_INIT)
245-
printk(KERB_DEBUG "scsi-dtc : detected board.\n");
245+
printk(KERN_DEBUG "scsi-dtc : detected board.\n");
246246
#endif
247247
goto found;
248248
}

0 commit comments

Comments
 (0)