Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e29fe837 authored by David Ward's avatar David Ward Committed by David S. Miller
Browse files

net_sched: gred: correct comment about qavg calculation in RIO mode

parent 4b921eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;