From 435b2eda27a2a05f402681974e8055df16f4c900 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 17 May 2023 10:42:19 -0700 Subject: [PATCH] FROMGIT: block: mq-deadline: Add a word in a source code comment Add the missing word "and". Cc: Damien Le Moal Suggested-by: Damien Le Moal Fixes: 945ffb60c11d ("mq-deadline: add blk-mq adaptation of the deadline IO scheduler") Change-Id: Ic8e16b13886815418a7d60d310a040ce48d5ebe7 Signed-off-by: Bart Van Assche Tested-by: Damien Le Moal Link: https://lore.kernel.org/r/20230517174230.897144-2-bvanassche@acm.org Signed-off-by: Jens Axboe Bug: 275581839 (cherry picked from commit 45b46b6f157169b452772430566772506e25687a https://git.kernel.dk/cgit/linux/) Signed-off-by: Bart Van Assche --- block/mq-deadline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/mq-deadline.c b/block/mq-deadline.c index e64385d08172..1a2ae1bf6aff 100644 --- a/block/mq-deadline.c +++ b/block/mq-deadline.c @@ -447,7 +447,7 @@ static struct request *__dd_dispatch_request(struct deadline_data *dd, */ rq = deadline_next_request(dd, per_prio, dd->last_dir); if (rq && dd->batching < dd->fifo_batch) - /* we have a next request are still entitled to batch */ + /* we have a next request and are still entitled to batch */ goto dispatch_request; /*