Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203242
b: refs/heads/master
c: b3003be
h: refs/heads/master
v: v3
  • Loading branch information
Casey Leedom authored and David S. Miller committed Jun 30, 2010
1 parent dc3a3fe commit 061869c
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: 64bb336c8f4de8b281d0d44f2ec2c900b9b28466
refs/heads/master: b3003be36a3c9215cd17182349981581de269048
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb4vf/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ int t4vf_sge_init(struct adapter *adapter)
STAT_LEN = ((sge_params->sge_control & EGRSTATUSPAGESIZE) ? 128 : 64);
PKTSHIFT = PKTSHIFT_GET(sge_params->sge_control);
FL_ALIGN = 1 << (INGPADBOUNDARY_GET(sge_params->sge_control) +
INGPADBOUNDARY_SHIFT);
SGE_INGPADBOUNDARY_SHIFT);

/*
* Set up tasklet timers.
Expand Down

0 comments on commit 061869c

Please sign in to comment.