Re: [PATCH] blk-mq: fix typo in a function comment

2018-07-02 Thread Jens Axboe
On 6/30/18 7:12 AM, Minwoo Im wrote: > Fix typo in a function blk_mq_alloc_tag_set() comment. > if if it too large -> if it's too large. Applied, thanks. -- Jens Axboe

[PATCH] blk-mq: fix typo in a function comment

2018-06-30 Thread Minwoo Im
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 --- 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 b429d51..706f35e 100644 --- a/block/blk-mq.c +++