]> 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)
commit0995bec9bebbc1d92f3da27f18715279b4d1b8bd
tree77a2bb172d99993ae64ab35bbce72dbaae306638
parentfb9725d85683516bd30c47f48db58559f4ff54f6
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