Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204110
b: refs/heads/master
c: 1508f3e
h: refs/heads/master
v: v3
  • Loading branch information
Bhanu Prakash Gollapudi authored and James Bottomley committed Jul 27, 2010
1 parent 5b87148 commit 725f3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 281ae642a6475ede25ff86ec124214e346c25e22
refs/heads/master: 1508f3ecd991ecbf272e08f5ee70d2618f49159e
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ static int fcoe_ctlr_parse_adv(struct fcoe_ctlr *fip,
/* standard says ignore unknown descriptors >= 128 */
if (desc->fip_dtype < FIP_DT_VENDOR_BASE)
return -EINVAL;
continue;
break;
}
desc = (struct fip_desc *)((char *)desc + dlen);
rlen -= dlen;
Expand Down Expand Up @@ -885,7 +885,7 @@ static void fcoe_ctlr_recv_els(struct fcoe_ctlr *fip, struct sk_buff *skb)
/* standard says ignore unknown descriptors >= 128 */
if (desc->fip_dtype < FIP_DT_VENDOR_BASE)
goto drop;
continue;
break;
}
desc = (struct fip_desc *)((char *)desc + dlen);
rlen -= dlen;
Expand Down

0 comments on commit 725f3a6

Please sign in to comment.