VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Bhaskar Chowdhury <unixbhaskar@gmail.com> 2021-03-20 04:22:22 +0530 committer: Jens Axboe <axboe@kernel.dk> 2021-03-25 10:50:01 -0600 commit: 9cf1adc6d34f8bb12333afe189a2999131877ea3 parent: 0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b
Commit Summary:
blk-mq: Sentence reconstruct for better readability
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/block/blk-mq-tag.c b/block/blk-mq-tag.c
index 9c92053e704d..e5bfecf2940d 100644
--- a/block/blk-mq-tag.c
+++ b/block/blk-mq-tag.c
@@ -373,8 +373,8 @@ static bool blk_mq_tagset_count_completed_rqs(struct request *rq,
 }
 
 /**
- * blk_mq_tagset_wait_completed_request - wait until all completed req's
- * complete funtion is run
+ * blk_mq_tagset_wait_completed_request - Wait until all scheduled request
+ * completions have finished.
  * @tagset:	Tag set to drain completed request
  *
  * Note: This function has to be run after all IO queues are shutdown