Re: [PATCH] net/sched: cbs: fix calculation error of idleslope credits
From: David Miller
Date: Fri Sep 18 2020 - 20:50:59 EST
From: Xiaoyong Yan <yanxiaoyong5@xxxxxxxxx>
Date: Fri, 18 Sep 2020 01:42:52 -0700
> + delay = delay_from_credits(q->credits, q->idleslope);
> + cbs_timer_schedule(q, now+ delay);
> + q->last = now;
This indentation cannot be correct.
Please fix this.