Message ID | 20200228150518.10496-2-guoqing.jiang@cloud.ionos.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Some cleanups for blk-core.c and blk-flush.c | expand |
Looks good to me. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> On 02/28/2020 07:06 AM, 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> > 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 089e890ab208..fd43266029be 100644 > --- a/block/blk-core.c > +++ b/block/blk-core.c > @@ -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 > * >
diff --git a/block/blk-core.c b/block/blk-core.c index 089e890ab208..fd43266029be 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -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 *