Skip to content

Commit 70f15a4

Browse files
rddunlapaxboe
authored andcommitted
block: blk-mq: delete duplicated word
Drop the repeated word "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jens Axboe <[email protected]> Cc: [email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 0d20dcc commit 70f15a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/blk-mq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ static struct request *__blk_mq_alloc_request(struct blk_mq_alloc_data *data)
388388
/*
389389
* Give up the CPU and sleep for a random short time to ensure
390390
* that thread using a realtime scheduling class are migrated
391-
* off the the CPU, and thus off the hctx that is going away.
391+
* off the CPU, and thus off the hctx that is going away.
392392
*/
393393
msleep(3);
394394
goto retry;

0 commit comments

Comments
 (0)