aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_htb.c
diff options
context:
space:
mode:
authorYu Kuai <yukuai3@huawei.com>2021-06-05 18:18:45 +0800
committerDavid S. Miller <davem@davemloft.net>2021-06-07 12:28:41 -0700
commit9977d6f56bacc9784654be4d0f4d27b368f57f5b (patch)
tree7aec0d734411ec2f9a88f06a52b99974b1423fcd /net/sched/sch_htb.c
parentsch_htb: fix doc warning in htb_do_events() (diff)
downloadlinux-dev-9977d6f56bacc9784654be4d0f4d27b368f57f5b.tar.xz
linux-dev-9977d6f56bacc9784654be4d0f4d27b368f57f5b.zip
sch_htb: fix doc warning in htb_lookup_leaf()
Add description for parameters of htb_lookup_leaf() to fix gcc W=1 warnings: net/sched/sch_htb.c:773: warning: Function parameter or member 'hprio' not described in 'htb_lookup_leaf' net/sched/sch_htb.c:773: warning: Function parameter or member 'prio' not described in 'htb_lookup_leaf' Signed-off-by: Yu Kuai <yukuai3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_htb.c')
-rw-r--r--net/sched/sch_htb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c
index 66c330244b9d..7a69e4e608c3 100644
--- a/net/sched/sch_htb.c
+++ b/net/sched/sch_htb.c
@@ -799,6 +799,8 @@ static struct rb_node *htb_id_find_next_upper(int prio, struct rb_node *n,
/**
* htb_lookup_leaf - returns next leaf class in DRR order
+ * @hprio: the current one
+ * @prio: which prio in class
*
* Find leaf where current feed pointers points to.
*/