Commit 70f15a4f authored by Randy Dunlap's avatar Randy Dunlap Committed by Jens Axboe

block: blk-mq: delete duplicated word

Drop the repeated word "the".
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 0d20dcc2
...@@ -388,7 +388,7 @@ static struct request *__blk_mq_alloc_request(struct blk_mq_alloc_data *data) ...@@ -388,7 +388,7 @@ static struct request *__blk_mq_alloc_request(struct blk_mq_alloc_data *data)
/* /*
* Give up the CPU and sleep for a random short time to ensure * Give up the CPU and sleep for a random short time to ensure
* that thread using a realtime scheduling class are migrated * that thread using a realtime scheduling class are migrated
* off the the CPU, and thus off the hctx that is going away. * off the CPU, and thus off the hctx that is going away.
*/ */
msleep(3); msleep(3);
goto retry; goto retry;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment