Skip to content

Commit c4aecaa

Browse files
rddunlapaxboe
authored andcommitted
block: blk-mq-sched: delete duplicated word
Drop the repeated word "to". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jens Axboe <[email protected]> Cc: [email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 70f15a4 commit c4aecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/blk-mq-sched.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ static struct blk_mq_ctx *blk_mq_next_ctx(struct blk_mq_hw_ctx *hctx,
225225
* restart queue if .get_budget() returns BLK_STS_NO_RESOURCE.
226226
*
227227
* Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to
228-
* to be run again. This is necessary to avoid starving flushes.
228+
* be run again. This is necessary to avoid starving flushes.
229229
*/
230230
static int blk_mq_do_dispatch_ctx(struct blk_mq_hw_ctx *hctx)
231231
{

0 commit comments

Comments
 (0)