From: Yu Kuai Date: Sat, 5 Jun 2021 10:18:43 +0000 (+0800) Subject: sch_htb: fix doc warning in htb_charge_class() X-Git-Tag: accepted/tizen/unified/20230118.172025~6942^2~319 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e5c90848a28edc726c6badf6875790830c9428c;p=platform%2Fkernel%2Flinux-rpi.git sch_htb: fix doc warning in htb_charge_class() Add description for parameters of htb_charge_class() to fix gcc W=1 warnings: net/sched/sch_htb.c:663: warning: Function parameter or member 'q' not described in 'htb_charge_class' net/sched/sch_htb.c:663: warning: Function parameter or member 'cl' not described in 'htb_charge_class' net/sched/sch_htb.c:663: warning: Function parameter or member 'level' not described in 'htb_charge_class' net/sched/sch_htb.c:663: warning: Function parameter or member 'skb' not described in 'htb_charge_class' Signed-off-by: Yu Kuai Signed-off-by: David S. Miller --- diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c index 9d4c537..a6cd3f1 100644 --- a/net/sched/sch_htb.c +++ b/net/sched/sch_htb.c @@ -675,6 +675,10 @@ static inline void htb_accnt_ctokens(struct htb_class *cl, int bytes, s64 diff) /** * htb_charge_class - charges amount "bytes" to leaf and ancestors + * @q: the priority event queue + * @cl: the class to start iterate + * @level: the minimum level to account + * @skb: the socket buffer * * Routine assumes that packet "bytes" long was dequeued from leaf cl * borrowing from "level". It accounts bytes to ceil leaky bucket for