mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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>
This commit is contained in:
@@ -388,7 +388,7 @@ retry:
|
|||||||
/*
|
/*
|
||||||
* 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;
|
||||||
|
Reference in New Issue
Block a user