block: fix comment for blk_cloned_rq_check_limits
authorGuoqing Jiang <guoqing.jiang@cloud.ionos.com>
Mon, 9 Mar 2020 21:41:33 +0000 (22:41 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Mar 2020 13:42:54 +0000 (07:42 -0600)
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>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c

index 60dc9552ef8de53f9ba4b5b2f996e93825731275..e26341aa2e3af9fa546e98c68892ad8145d94e94 100644 (file)
@@ -1203,7 +1203,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
  *