]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
blkcg: Fix kernel-doc warnings
authorBart Van Assche <bvanassche@acm.org>
Wed, 20 Mar 2019 20:18:45 +0000 (13:18 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Mar 2019 20:39:09 +0000 (14:39 -0600)
commit537d71b3f774c3e825540ab626bad6c0ed2b5ff7
tree15a75d3b99f7ef2b622dbf5b9bb484bf1290b88a
parent373e915cd8e84544609eced57a44fbc084f8d60f
blkcg: Fix kernel-doc warnings

Avoid that the following warnings are reported when building with W=1:

block/blk-cgroup.c:1755: warning: Function parameter or member 'q' not described in 'blkcg_schedule_throttle'
block/blk-cgroup.c:1755: warning: Function parameter or member 'use_memdelay' not described in 'blkcg_schedule_throttle'
block/blk-cgroup.c:1779: warning: Function parameter or member 'blkg' not described in 'blkcg_add_delay'
block/blk-cgroup.c:1779: warning: Function parameter or member 'now' not described in 'blkcg_add_delay'
block/blk-cgroup.c:1779: warning: Function parameter or member 'delta' not described in 'blkcg_add_delay'

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.c