mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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>
This commit is contained in:
@@ -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.
|
* restart queue if .get_budget() returns BLK_STS_NO_RESOURCE.
|
||||||
*
|
*
|
||||||
* Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to
|
* 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)
|
static int blk_mq_do_dispatch_ctx(struct blk_mq_hw_ctx *hctx)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user