]> git.ipfire.org Git - thirdparty/linux.git/commit
blk-mq: fix typo in a function comment
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sat, 30 Jun 2018 13:12:41 +0000 (22:12 +0900)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Jul 2018 15:07:53 +0000 (09:07 -0600)
commitc018c84fdb453ae057f3bcc87a1f1f730d41628b
tree1c7c9b53ddcdf477c974811cd13dcbaeb5c74756
parent0da73d00ca111a6175825a00d94dbeae185f6d7e
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>
block/blk-mq.c