diff options
author | Bart Van Assche <bvanassche@acm.org> | 2019-05-30 17:00:48 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-05-31 15:12:34 -0600 |
commit | 216382dccb2e0c101671cc5444e307fef24290dd (patch) | |
tree | aa3356b776f0a0cfc34b3d1437598c2ba6a30b9e /block/blk-throttle.c | |
parent | 33c826ef19df9bf662e3a12a649e081e2fdf9084 (diff) | |
download | linux-stable-216382dccb2e0c101671cc5444e307fef24290dd.tar.gz linux-stable-216382dccb2e0c101671cc5444e307fef24290dd.tar.bz2 linux-stable-216382dccb2e0c101671cc5444e307fef24290dd.zip |
block: Fix throtl_pending_timer_fn() kernel-doc header
Commit e99e88a9d2b0 renamed a function argument without updating the
corresponding kernel-doc header. Update the kernel-doc header.
Reviewed-by: Chaitanya Kulkarni <chiatanya.kulkarni@wdc.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Fixes: e99e88a9d2b0 ("treewide: setup_timer() -> timer_setup()") # v4.15.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-throttle.c')
-rw-r--r-- | block/blk-throttle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-throttle.c b/block/blk-throttle.c index 1b97a73d2fb1..9ea7c0ecad10 100644 --- a/block/blk-throttle.c +++ b/block/blk-throttle.c @@ -1220,7 +1220,7 @@ static bool throtl_can_upgrade(struct throtl_data *td, struct throtl_grp *this_tg); /** * throtl_pending_timer_fn - timer function for service_queue->pending_timer - * @arg: the throtl_service_queue being serviced + * @t: the pending_timer member of the throtl_service_queue being serviced * * This timer is armed when a child throtl_grp with active bio's become * pending and queued on the service_queue's pending_tree and expires when |