Blob Blame History Raw
From: Minwoo Im <minwoo.im.dev@gmail.com>
Date: Sat, 30 Jun 2018 22:12:41 +0900
Subject: [PATCH] blk-mq: fix typo in a function comment
Git-commit: c018c84fdb453ae057f3bcc87a1f1f730d41628b
Patch-mainline: v4.19-rc1
References: bsc#1104967,FATE#325924

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>
Acked-by: Hannes Reinecke <hare@suse.com>
---
 block/blk-mq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-mq.c b/block/blk-mq.c
index 3cc074ae5c59..acf31ad733bf 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)
-- 
2.16.4