[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210319225222.14271-1-unixbhaskar@gmail.com>
Date: Sat, 20 Mar 2021 04:22:22 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: axboe@...nel.dk, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH V4] blk-mq: Sentence reconstruct for better readability
Sentence reconstruction for better readability.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
Changes from V3:
Adjust the subject text as per actual change made.
Copied Jens's text verbatim for the sake of clarity.
Thanks Randy,Tom for the suggestions.
block/blk-mq-tag.c | 4 ++--
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
--
2.26.2
Powered by blists - more mailing lists