From: Randy Dunlap Date: Fri, 31 Jul 2020 01:42:31 +0000 (-0700) Subject: block: blk-mq: delete duplicated word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=70f15a4fd9a334f5f138045526f0035e77394e40;p=linux.git block: blk-mq: delete duplicated word Drop the repeated word "the". Signed-off-by: Randy Dunlap Cc: Jens Axboe Cc: linux-block@vger.kernel.org Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq.c b/block/blk-mq.c index c04e2452dd827..16099a7850a19 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;