summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-30 18:42:31 -0700
committerJens Axboe <axboe@kernel.dk>2020-07-31 16:29:47 -0600
commit70f15a4fd9a334f5f138045526f0035e77394e40 (patch)
treeb20f688073f505cf93ad3d0fbd61456834b48487 /block
parent0d20dcc277cfb50ec1de4db0d758f30e8f597d30 (diff)
downloadlinux-70f15a4fd9a334f5f138045526f0035e77394e40.tar.bz2
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>
Diffstat (limited to 'block')
-rw-r--r--block/blk-mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c
index c04e2452dd82..16099a7850a1 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -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;