diff mbox series

block: fix comment for blk_cloned_rq_check_limits

Message ID 20200219163415.7618-1-guoqing.jiang@cloud.ionos.com (mailing list archive)
State New, archived
Headers show
Series block: fix comment for blk_cloned_rq_check_limits | expand

Commit Message

Guoqing Jiang Feb. 19, 2020, 4:34 p.m. UTC
Since the later description mentioned "checked against the new queue
limits", so make the change to avoid confusion.

Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
---
 block/blk-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bart Van Assche Feb. 20, 2020, 1:38 a.m. UTC | #1
On 2020-02-19 08:34, Guoqing Jiang wrote:
> Since the later description mentioned "checked against the new queue
> limits", so make the change to avoid confusion.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
diff mbox series

Patch

diff --git a/block/blk-core.c b/block/blk-core.c
index 9019f6a7adf8..6d36c2ad40ba 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1202,7 +1202,7 @@  EXPORT_SYMBOL(submit_bio);
 
 /**
  * blk_cloned_rq_check_limits - Helper function to check a cloned request
- *                              for new the queue limits
+ *                              for the new queue limits
  * @q:  the queue
  * @rq: the request being checked
  *