mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
bsg-lib: convert comma to semicolon
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>
This commit is contained in:
parent
26bfeb2662
commit
03ef5941a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue