mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
FROMGIT: block: mq-deadline: Add a word in a source code comment
Add the missing word "and". Cc: Damien Le Moal <dlemoal@kernel.org> Suggested-by: Damien Le Moal <dlemoal@kernel.org> Fixes:945ffb60c1("mq-deadline: add blk-mq adaptation of the deadline IO scheduler") Change-Id: Ic8e16b13886815418a7d60d310a040ce48d5ebe7 Signed-off-by: Bart Van Assche <bvanassche@acm.org> Tested-by: Damien Le Moal <dlemoal@kernel.org> Link: https://lore.kernel.org/r/20230517174230.897144-2-bvanassche@acm.org Signed-off-by: Jens Axboe <axboe@kernel.dk> Bug: 275581839 (cherry picked from commit45b46b6f15https://git.kernel.dk/cgit/linux/) Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Bart Van Assche
parent
57f7c5ce85
commit
435b2eda27
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user