Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39245
b: refs/heads/master
c: 3c5c665
h: refs/heads/master
i:
  39243: d11c75e
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent f37b175 commit 584352b
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: 59bd59842617565b27acb0b55388363211123b9c
refs/heads/master: 3c5c6658d2f1385cf06cdc00db9f7f124a35fb25
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/dc395x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ static void dump_register_info(struct AdapterCtlBlk *acb,
srb, srb->cmd, srb->cmd->pid,
srb->cmd->cmnd[0], srb->cmd->device->id,
srb->cmd->device->lun);
printk(" sglist=%p cnt=%i idx=%i len=%Zd\n",
printk(" sglist=%p cnt=%i idx=%i len=%zu\n",
srb->segment_x, srb->sg_count, srb->sg_index,
srb->total_xfer_length);
printk(" state=0x%04x status=0x%02x phase=0x%02x (%sconn.)\n",
Expand Down

0 comments on commit 584352b

Please sign in to comment.