Skip to content

Commit c018c84

Browse files
minwooimaxboe
authored andcommitted
blk-mq: fix typo in a function comment
Fix typo in a function blk_mq_alloc_tag_set() comment. if if it too large -> if it's too large. Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 0da73d0 commit c018c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/blk-mq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ static int blk_mq_update_queue_map(struct blk_mq_tag_set *set)
27072707
/*
27082708
* Alloc a tag set to be associated with one or more request queues.
27092709
* May fail with EINVAL for various error conditions. May adjust the
2710-
* requested depth down, if if it too large. In that case, the set
2710+
* requested depth down, if it's too large. In that case, the set
27112711
* value will be stored in set->queue_depth.
27122712
*/
27132713
int blk_mq_alloc_tag_set(struct blk_mq_tag_set *set)

0 commit comments

Comments
 (0)