sch_htb: fix doc warning in htb_activate_prios()
authorYu Kuai <yukuai3@huawei.com>
Sat, 5 Jun 2021 10:18:37 +0000 (18:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2021 19:28:40 +0000 (12:28 -0700)
commit876b5fc0c0fb879d42736a6903af23a9ef6b985a
treedcff9d9bd1bccf429181e75ad52d6f0d0cd72299
parent5f8c6d05f3900a586fc3e7947423cd3b8aafcc33
sch_htb: fix doc warning in htb_activate_prios()

Add description for parameters of htb_activate_prios()
to fix gcc W=1 warnings:

net/sched/sch_htb.c:407: warning: Function parameter or member 'q' not described in 'htb_activate_prios'
net/sched/sch_htb.c:407: warning: Function parameter or member 'cl' not described in 'htb_activate_prios'

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_htb.c