aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-30 18:42:32 -0700
committerJens Axboe <axboe@kernel.dk>2020-07-31 16:29:47 -0600
commitc4aecaa256904bb1f46a8d898034b0c725b45015 (patch)
tree9f375200b4625aa04f87cd8455291292c7d3bb8e /block
parentblock: blk-mq: delete duplicated word (diff)
downloadwireguard-linux-c4aecaa256904bb1f46a8d898034b0c725b45015.tar.xz
wireguard-linux-c4aecaa256904bb1f46a8d898034b0c725b45015.zip
block: blk-mq-sched: delete duplicated word
Drop the repeated word "to". 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/blk-mq-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq-sched.c b/block/blk-mq-sched.c
index b8db72cf1043..a19cdf159b75 100644
--- a/block/blk-mq-sched.c
+++ b/block/blk-mq-sched.c
@@ -225,7 +225,7 @@ static struct blk_mq_ctx *blk_mq_next_ctx(struct blk_mq_hw_ctx *hctx,
* restart queue if .get_budget() returns BLK_STS_NO_RESOURCE.
*
* Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to
- * to be run again. This is necessary to avoid starving flushes.
+ * be run again. This is necessary to avoid starving flushes.
*/
static int blk_mq_do_dispatch_ctx(struct blk_mq_hw_ctx *hctx)
{