Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343762
b: refs/heads/master
c: a82d3f6
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Nov 30, 2012
1 parent 5382fba commit 4a83f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 5036f0a0ecd31fc94360a944b352d082e1182b04
refs/heads/master: a82d3f6f7d70bf86eb32164e8e4534117015b338
1 change: 0 additions & 1 deletion trunk/drivers/scsi/csiostor/csio_lnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ csio_append_attrib(uint8_t **ptr, uint16_t type, uint8_t *val, uint16_t len)
len += 4; /* includes attribute type and length */
len = (len + 3) & ~3; /* should be multiple of 4 bytes */
ae->len = htons(len);
memset(ae->value, 0, len - 4);
memcpy(ae->value, val, len);
*ptr += len;
}
Expand Down

0 comments on commit 4a83f9f

Please sign in to comment.