]> 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)
commitb67e803982637f1a986a0baa46f92ef102cd350b
tree15a75d3b99f7ef2b622dbf5b9bb484bf1290b88a
parent67cf827b1d6718ed84ce723ea33d976a185e77fa
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