• Yu Kuai's avatar
    sch_htb: fix doc warning in htb_add_class_to_row() · 996bccc3
    Yu Kuai authored
    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: default avatarYu Kuai <yukuai3@huawei.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    996bccc3
sch_htb.c 54.3 KB