Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63125
b: refs/heads/master
c: bbf17d6
h: refs/heads/master
i:
  63123: f3bd674
v: v3
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Jul 23, 2007
1 parent 2ac1568 commit a22273e
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: 60395bb60e0b5e4e0808ac8eb07a92f6c9cdea1f
refs/heads/master: bbf17d6483a7feb4c1eeef9fd553976d4f394e4c
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static ssize_t aac_show_reset_adapter(struct class_device *class_dev,
tmp = aac_adapter_check_health(dev);
if ((tmp == 0) && dev->in_reset)
tmp = -EBUSY;
len = snprintf(buf, PAGE_SIZE, "0x%x", tmp);
len = snprintf(buf, PAGE_SIZE, "0x%x\n", tmp);
return len;
}

Expand Down

0 comments on commit a22273e

Please sign in to comment.