All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: fix comment for blk_cloned_rq_check_limits
@ 2020-02-19 16:34 Guoqing Jiang
  2020-02-20  1:38 ` Bart Van Assche
  0 siblings, 1 reply; 2+ messages in thread
From: Guoqing Jiang @ 2020-02-19 16:34 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, Guoqing Jiang

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(-)

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
  *
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: fix comment for blk_cloned_rq_check_limits
  2020-02-19 16:34 [PATCH] block: fix comment for blk_cloned_rq_check_limits Guoqing Jiang
@ 2020-02-20  1:38 ` Bart Van Assche
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Van Assche @ 2020-02-20  1:38 UTC (permalink / raw)
  To: Guoqing Jiang, axboe; +Cc: linux-block

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-20  1:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 16:34 [PATCH] block: fix comment for blk_cloned_rq_check_limits Guoqing Jiang
2020-02-20  1:38 ` Bart Van Assche

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.