]> git.baikalelectronics.ru Git - kernel.git/commit
block: Fix throtl_pending_timer_fn() kernel-doc header
authorBart Van Assche <bvanassche@acm.org>
Fri, 31 May 2019 00:00:48 +0000 (17:00 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 31 May 2019 21:12:34 +0000 (15:12 -0600)
commite3c1ac29e7f65a298a68064a462580201550016d
treeaa3356b776f0a0cfc34b3d1437598c2ba6a30b9e
parent35c9414c8dd1fde694a362b7a8d2fe8ce443a824
block: Fix throtl_pending_timer_fn() kernel-doc header

Commit 1c4c4e94c102 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: 1c4c4e94c102 ("treewide: setup_timer() -> timer_setup()") # v4.15.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.c