diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-30 18:42:31 -0700 | 
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2020-07-31 16:29:47 -0600 | 
| commit | 70f15a4fd9a334f5f138045526f0035e77394e40 (patch) | |
| tree | b20f688073f505cf93ad3d0fbd61456834b48487 | |
| parent | 0d20dcc277cfb50ec1de4db0d758f30e8f597d30 (diff) | |
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>
| -rw-r--r-- | block/blk-mq.c | 2 | 
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; | 
