Skip to content

Commit f06678a

Browse files
rddunlapaxboe
authored andcommittedJul 31, 2020
block: bfq-iosched: fix duplicated word
Change "at at" to "at a". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jens Axboe <[email protected]> Cc: [email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 1bf6ece commit f06678a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎block/bfq-iosched.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4714,7 +4714,7 @@ static struct request *__bfq_dispatch_request(struct blk_mq_hw_ctx *hctx)
47144714
* some unlucky request wait for as long as the device
47154715
* wishes.
47164716
*
4717-
* Of course, serving one request at at time may cause loss of
4717+
* Of course, serving one request at a time may cause loss of
47184718
* throughput.
47194719
*/
47204720
if (bfqd->strict_guarantees && bfqd->rq_in_driver > 0)

0 commit comments

Comments
 (0)