Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254558
b: refs/heads/master
c: 5edc334
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent 151e202 commit 457b9dd
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: ff60639dc9a461883db9192d2da0674a00339f12
refs/heads/master: 5edc33480c1c363ab361a881f2957b9fba5185cf
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/isci/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ scic_sds_io_request_frame_handler(struct scic_sds_request *sci_req,
frame_index,
&smp_resp);

word_cnt = (sizeof(struct smp_req) - SMP_RESP_HDR_SZ) /
word_cnt = (sizeof(struct smp_resp) - SMP_RESP_HDR_SZ) /
sizeof(u32);

sci_swab32_cpy(((u8 *) rsp_hdr) + SMP_RESP_HDR_SZ,
Expand Down

0 comments on commit 457b9dd

Please sign in to comment.