mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
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
This commit is contained in:
committed by
Jens Axboe
parent
c28c49b09e
commit
1d87be8212
@@ -1360,6 +1360,8 @@ left:
|
||||
/**
|
||||
* __bfq_lookup_next_entity - return the first eligible entity in @st.
|
||||
* @st: the service tree.
|
||||
* @in_service: whether or not there is an in-service entity for the sched_data
|
||||
* this active tree belongs to.
|
||||
*
|
||||
* If there is no in-service entity for the sched_data st belongs to,
|
||||
* then return the entity that will be set in service if:
|
||||
|
||||
Reference in New Issue
Block a user