Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7690
b: refs/heads/master
c: 6becdff
h: refs/heads/master
v: v3
  • Loading branch information
akpm@osdl.org authored and James Bottomley committed Aug 12, 2005
1 parent 8c4731a commit 9f54b9b
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: 3a1c1d446b7cac6ddd8f6b1f3254ccffe87f1751
refs/heads/master: 6becdff3bcaff1b89c392cf0630dcb5759704492
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ static void scsi_softirq(struct softirq_action *h)
if (disposition != SUCCESS &&
time_before(cmd->jiffies_at_alloc + wait_for, jiffies)) {
dev_printk(KERN_ERR, &cmd->device->sdev_gendev,
"timing out command, waited %ds\n",
"timing out command, waited %lus\n",
wait_for/HZ);
disposition = SUCCESS;
}
Expand Down

0 comments on commit 9f54b9b

Please sign in to comment.