]> git.baikalelectronics.ru Git - kernel.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)
commit8495c921eafce22c4dac94ba3b4958d70f1f33a4
tree15a75d3b99f7ef2b622dbf5b9bb484bf1290b88a
parent8e7075ed548c99374d5292c82a7e3a942dfe3477
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