We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d20dcc commit 70f15a4Copy full SHA for 70f15a4
block/blk-mq.c
@@ -388,7 +388,7 @@ static struct request *__blk_mq_alloc_request(struct blk_mq_alloc_data *data)
388
/*
389
* Give up the CPU and sleep for a random short time to ensure
390
* that thread using a realtime scheduling class are migrated
391
- * 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.
392
*/
393
msleep(3);
394
goto retry;
0 commit comments