block: blk-mq: delete duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 31 Jul 2020 01:42:31 +0000 (18:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 31 Jul 2020 22:29:47 +0000 (16:29 -0600)
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>
block/blk-mq.c

index c04e245..16099a7 100644 (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;