]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita2587418124f4bc1ad174ea7d3eb5a844ae6b790
tree18087b1a303914d8bef2a6e1b2a8de780c386cb7
parent78ad3e334a991407498f1a0ad015a971797d30f7
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