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

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

net/sched/sch_htb.c:351: warning: Function parameter or member 'q' not described in 'htb_add_class_to_row'
net/sched/sch_htb.c:351: warning: Function parameter or member 'cl' not described in 'htb_add_class_to_row'
net/sched/sch_htb.c:351: warning: Function parameter or member 'mask' not described in 'htb_add_class_to_row'

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