summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
diff options
context:
space:
mode:
authorMinwoo Im <minwoo.im.dev@gmail.com>2018-06-30 22:12:41 +0900
committerJens Axboe <axboe@kernel.dk>2018-07-09 09:07:53 -0600
commitc018c84fdb453ae057f3bcc87a1f1f730d41628b (patch)
tree1c7c9b53ddcdf477c974811cd13dcbaeb5c74756 /block/blk-mq.c
parent0da73d00ca111a6175825a00d94dbeae185f6d7e (diff)
downloadop-kernel-dev-c018c84fdb453ae057f3bcc87a1f1f730d41628b.zip
op-kernel-dev-c018c84fdb453ae057f3bcc87a1f1f730d41628b.tar.gz
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>
Diffstat (limited to 'block/blk-mq.c')
-rw-r--r--block/blk-mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c
index 3cc074a..acf31ad 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -2707,7 +2707,7 @@ static int blk_mq_update_queue_map(struct blk_mq_tag_set *set)
/*
* Alloc a tag set to be associated with one or more request queues.
* May fail with EINVAL for various error conditions. May adjust the
- * requested depth down, if if it too large. In that case, the set
+ * requested depth down, if it's too large. In that case, the set
* value will be stored in set->queue_depth.
*/
int blk_mq_alloc_tag_set(struct blk_mq_tag_set *set)
OpenPOWER on IntegriCloud