Skip to content

Commit

Permalink
block: Fix bsg_setup_queue() kernel-doc header
Browse files Browse the repository at this point in the history
Document all bsg_setup_queue() arguments as required.

Fixes: aae3b06 ("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>
  • Loading branch information
bvanassche authored and axboe committed May 31, 2019
1 parent 83826a5 commit a0b77e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/bsg-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a0b77e3

Please sign in to comment.