diff options
author | Bart Van Assche <bvanassche@acm.org> | 2019-05-31 03:00:51 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-06-01 00:12:34 +0300 |
commit | a0b77e36e1da77bfade26f2f32c326b9a2f3fbb9 (patch) | |
tree | 647d0680b5e2bd17cb44fff81a1b66c7659e6e9a /block/bsg-lib.c | |
parent | 83826a506632e9ec5a0ed011d9fd8e5ca768b384 (diff) | |
download | linux-a0b77e36e1da77bfade26f2f32c326b9a2f3fbb9.tar.xz |
block: Fix bsg_setup_queue() kernel-doc header
Document all bsg_setup_queue() arguments as required.
Fixes: aae3b069d5ce ("bsg: pass in desired timeout handler") # v5.0.
Reviewed-by: Chaitanya Kulkarni <chiatanya.kulkarni@wdc.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bsg-lib.c')
-rw-r--r-- | block/bsg-lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/bsg-lib.c b/block/bsg-lib.c index b898a1cdf872..785dd58947f1 100644 --- a/block/bsg-lib.c +++ b/block/bsg-lib.c @@ -354,6 +354,7 @@ static const struct blk_mq_ops bsg_mq_ops = { * @dev: device to attach bsg device to * @name: device to give bsg device * @job_fn: bsg job handler + * @timeout: timeout handler function pointer * @dd_job_size: size of LLD data needed for each job */ struct request_queue *bsg_setup_queue(struct device *dev, const char *name, |