Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109422
b: refs/heads/master
c: bb8fb4e
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and Linus Torvalds committed Sep 3, 2008
1 parent 27a7a25 commit 1841b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 73442daf2ea85e2a779396b76b1a39b10188ecb5
refs/heads/master: bb8fb4e6840ecebdc61f7ebd0653187e7128dde5
3 changes: 1 addition & 2 deletions trunk/drivers/firmware/iscsi_ibft.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,7 @@ static int __init ibft_register_kobjects(struct ibft_table_header *header,

control = (void *)header + sizeof(*header);
end = (void *)control + control->hdr.length;
eot_offset = (void *)header + header->length -
(void *)control - sizeof(*header);
eot_offset = (void *)header + header->length - (void *)control;
rc = ibft_verify_hdr("control", (struct ibft_hdr *)control, id_control,
sizeof(*control));

Expand Down

0 comments on commit 1841b95

Please sign in to comment.