block: bfq: Fix kernel-doc headers
authorBart Van Assche <bvanassche@acm.org>
Fri, 17 Jun 2022 21:08:59 +0000 (14:08 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 Jun 2022 12:29:12 +0000 (06:29 -0600)
commit1d87be8212c8c2bb1216a0ba49373e4e0123aaf3
tree18087b1a303914d8bef2a6e1b2a8de780c386cb7
parentc28c49b09e493adf5f79201d6de2d16d9356e9eb
block: bfq: Fix kernel-doc headers

Fix the following warnings:

block/bfq-cgroup.c:721: warning: Function parameter or member 'bfqg' not described in '__bfq_bic_change_cgroup'
block/bfq-cgroup.c:721: warning: Excess function parameter 'blkcg' description in '__bfq_bic_change_cgroup'
block/bfq-cgroup.c:870: warning: Function parameter or member 'ioprio_class' not described in 'bfq_reparent_leaf_entity'
block/bfq-cgroup.c:900: warning: Function parameter or member 'ioprio_class' not described in 'bfq_reparent_active_queues'

Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20220617210859.106623-1-bvanassche@acm.org
block/bfq-cgroup.c
block/bfq-wf2q.c