Blob Blame History Raw
From: Randy Dunlap <rdunlap@infradead.org>
Date: Thu, 30 Jul 2020 18:42:27 -0700
Subject: [PATCH] block: bfq-iosched: fix duplicated word
References: bsc#1175995,jsc#SLE-15608
Git-commit: f06678af91a42c27002a70148fe95899a34afb07
Patch-mainline: v5.9-rc1

Change "at at" to "at a".

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>
Signed-off-by: Hannes Reinecke <hare@suse.de>
---
 block/bfq-iosched.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c
index 3f1b2bdb16f6..111c95fd5ffd 100644
--- a/block/bfq-iosched.c
+++ b/block/bfq-iosched.c
@@ -4715,7 +4715,7 @@ static struct request *__bfq_dispatch_request(struct blk_mq_hw_ctx *hctx)
 	 * some unlucky request wait for as long as the device
 	 * wishes.
 	 *
-	 * Of course, serving one request at at time may cause loss of
+	 * Of course, serving one request at a time may cause loss of
 	 * throughput.
 	 */
 	if (bfqd->strict_guarantees && bfqd->rq_in_driver > 0)
-- 
2.16.4