Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68902
b: refs/heads/master
c: 5307b1e
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and James Bottomley committed Oct 12, 2007
1 parent eb11beb commit a8d05a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a1d641490e59b6d71e3a4b38616161ee6738aac
refs/heads/master: 5307b1e8b050f309901acc9c6121061206a70ba5
2 changes: 1 addition & 1 deletion trunk/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 a8d05a5

Please sign in to comment.