Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224390
b: refs/heads/master
c: 8ca371e
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and Jeff Kirsher committed Nov 17, 2010
1 parent 69092db commit f6c1695
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: a41c059741570779c0254a3a1aa4da3baa463d7c
refs/heads/master: 8ca371e484e2e5ceb9b90fdb83d8d251017d852b
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static inline bool ixgbe_rx_is_fcoe(union ixgbe_adv_rx_desc *rx_desc)
static inline void ixgbe_fcoe_clear_ddp(struct ixgbe_fcoe_ddp *ddp)
{
ddp->len = 0;
ddp->err = 0;
ddp->err = 1;
ddp->udl = NULL;
ddp->udp = 0UL;
ddp->sgl = NULL;
Expand Down

0 comments on commit f6c1695

Please sign in to comment.