Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322801
b: refs/heads/master
c: e29fe83
h: refs/heads/master
i:
  322799: b885f76
v: v3
  • Loading branch information
David Ward authored and David S. Miller committed Sep 13, 2012
1 parent a46a1d6 commit 8ac71d0
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: 4b921eda53366b319602351ff4d7256fafa4bd1b
refs/heads/master: e29fe837bfa3ca0a9f4ef1d4a90e6e0a74b6b8a0
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_gred.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static int gred_enqueue(struct sk_buff *skb, struct Qdisc *sch)
skb->tc_index = (skb->tc_index & ~GRED_VQ_MASK) | dp;
}

/* sum up all the qaves of prios <= to ours to get the new qave */
/* sum up all the qaves of prios < ours to get the new qave */
if (!gred_wred_mode(t) && gred_rio_mode(t)) {
int i;

Expand Down

0 comments on commit 8ac71d0

Please sign in to comment.