Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276198
b: refs/heads/master
c: 5ccb3ea
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and David S. Miller committed Nov 21, 2011
1 parent ea8d77b commit e11c210
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: 4f795b25eaf1109c77abfc3b57cef9b993f3aede
refs/heads/master: 5ccb3ea72097ee0c8ea1f200a2ade101caf08aa4
2 changes: 1 addition & 1 deletion trunk/drivers/net/xen-netback/netback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ static int xen_netbk_tx_check_gop(struct xen_netbk *netbk,
pending_idx = *((u16 *)skb->data);
xen_netbk_idx_release(netbk, pending_idx);
for (j = start; j < i; j++) {
pending_idx = frag_get_pending_idx(&shinfo->frags[i]);
pending_idx = frag_get_pending_idx(&shinfo->frags[j]);
xen_netbk_idx_release(netbk, pending_idx);
}

Expand Down

0 comments on commit e11c210

Please sign in to comment.