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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ retry:
		/*
		 * Give up the CPU and sleep for a random short time to ensure
		 * 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);
		goto retry;