aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-30 18:42:27 -0700
committerJens Axboe <axboe@kernel.dk>2020-07-31 16:29:47 -0600
commitf06678af91a42c27002a70148fe95899a34afb07 (patch)
treeaec376592d521cae040d8cb2a451f3c3d9183910 /block
parentiocost_monitor: start from the oldest usage index (diff)
downloadlinux-dev-f06678af91a42c27002a70148fe95899a34afb07.tar.xz
linux-dev-f06678af91a42c27002a70148fe95899a34afb07.zip
block: bfq-iosched: fix duplicated word
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>
Diffstat (limited to 'block')
-rw-r--r--block/bfq-iosched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c
index 50c8f034c01c..a4c0bec920cb 100644
--- a/block/bfq-iosched.c
+++ b/block/bfq-iosched.c
@@ -4714,7 +4714,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)