1
0
Fork 0

block: blk-mq: delete duplicated word

Drop the repeated word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
zero-sugar-mainline-defconfig
Randy Dunlap 2020-07-30 18:42:31 -07:00 committed by Jens Axboe
parent 0d20dcc277
commit 70f15a4fd9
1 changed files with 1 additions and 1 deletions

View File

@ -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;