Skip to content

Commit

Permalink
bsg-lib: convert comma to semicolon
Browse files Browse the repository at this point in the history
Replace a comma between expression statements by a semicolon.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
ISCAS-Vulab authored and axboe committed Aug 17, 2020
1 parent 26bfeb2 commit 03ef594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/bsg-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ struct request_queue *bsg_setup_queue(struct device *dev, const char *name,
bset->timeout_fn = timeout;

set = &bset->tag_set;
set->ops = &bsg_mq_ops,
set->ops = &bsg_mq_ops;
set->nr_hw_queues = 1;
set->queue_depth = 128;
set->numa_node = NUMA_NO_NODE;
Expand Down

0 comments on commit 03ef594

Please sign in to comment.