]> git.baikalelectronics.ru Git - kernel.git/commit
sch_htb: fix doc warning in htb_next_rb_node()
authorYu Kuai <yukuai3@huawei.com>
Sat, 5 Jun 2021 10:18:34 +0000 (18:18 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2021 19:28:40 +0000 (12:28 -0700)
commita3d35ff3000ea9d99c8944b0720dccc5104924f4
tree77a2bb172d99993ae64ab35bbce72dbaae306638
parent35f3b88e47986cfb1e11bdc7e54a6adedd2b4047
sch_htb: fix doc warning in htb_next_rb_node()

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

net/sched/sch_htb.c:339: warning: Function parameter or member 'n' not described in 'htb_next_rb_node'

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