Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352382
b: refs/heads/master
c: 8b9a4d5
h: refs/heads/master
v: v3
  • Loading branch information
Vipul Pandya authored and David S. Miller committed Feb 8, 2013
1 parent edd71f7 commit 2ab8652
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: 03536e23acd3706c0ec93d01dc8bef44dab1a860
refs/heads/master: 8b9a4d56866e0dca6ae886ed9bff777e50d0b70c
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb4vf/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp,
const struct pkt_gl *gl)
{
struct sk_buff *skb;
const struct cpl_rx_pkt *pkt = (void *)&rsp[1];
const struct cpl_rx_pkt *pkt = (void *)rsp;
bool csum_ok = pkt->csum_calc && !pkt->err_vec;
struct sge_eth_rxq *rxq = container_of(rspq, struct sge_eth_rxq, rspq);

Expand Down

0 comments on commit 2ab8652

Please sign in to comment.