All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: Few spelling fixes in the file blk-merge.c
@ 2021-03-15  1:18 Bhaskar Chowdhury
  2021-03-15  2:26 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-15  1:18 UTC (permalink / raw)
  To: axboe, linux-block, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury



s/trival/trivial/
s/attributs/attributes/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 block/blk-merge.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/block/blk-merge.c b/block/blk-merge.c
index 808768f6b174..a39327e38276 100644
--- a/block/blk-merge.c
+++ b/block/blk-merge.c
@@ -283,7 +283,7 @@ static struct bio *blk_bio_segment_split(struct request_queue *q,
 	/*
 	 * Bio splitting may cause subtle trouble such as hang when doing sync
 	 * iopoll in direct IO routine. Given performance gain of iopoll for
-	 * big IO can be trival, disable iopoll when split needed.
+	 * big IO can be trivial, disable iopoll when split needed.
 	 */
 	bio->bi_opf &= ~REQ_HIPRI;

@@ -675,7 +675,7 @@ void blk_rq_set_mixed_merge(struct request *rq)
 	/*
 	 * @rq will no longer represent mixable attributes for all the
 	 * contained bios.  It will just track those of the first one.
-	 * Distributes the attributs to each bio.
+	 * Distributes the attributes to each bio.
 	 */
 	for (bio = rq->bio; bio; bio = bio->bi_next) {
 		WARN_ON_ONCE((bio->bi_opf & REQ_FAILFAST_MASK) &&
--
2.30.2


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

* Re: [PATCH] block: Few spelling fixes in the file blk-merge.c
  2021-03-15  1:18 [PATCH] block: Few spelling fixes in the file blk-merge.c Bhaskar Chowdhury
@ 2021-03-15  2:26 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-15  2:26 UTC (permalink / raw)
  To: Bhaskar Chowdhury, axboe, linux-block, linux-kernel

On 3/14/21 6:18 PM, Bhaskar Chowdhury wrote:
> 
> 
> s/trival/trivial/
> s/attributs/attributes/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  block/blk-merge.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/block/blk-merge.c b/block/blk-merge.c
> index 808768f6b174..a39327e38276 100644
> --- a/block/blk-merge.c
> +++ b/block/blk-merge.c
> @@ -283,7 +283,7 @@ static struct bio *blk_bio_segment_split(struct request_queue *q,
>  	/*
>  	 * Bio splitting may cause subtle trouble such as hang when doing sync
>  	 * iopoll in direct IO routine. Given performance gain of iopoll for
> -	 * big IO can be trival, disable iopoll when split needed.
> +	 * big IO can be trivial, disable iopoll when split needed.
>  	 */
>  	bio->bi_opf &= ~REQ_HIPRI;
> 
> @@ -675,7 +675,7 @@ void blk_rq_set_mixed_merge(struct request *rq)
>  	/*
>  	 * @rq will no longer represent mixable attributes for all the
>  	 * contained bios.  It will just track those of the first one.
> -	 * Distributes the attributs to each bio.
> +	 * Distributes the attributes to each bio.
>  	 */
>  	for (bio = rq->bio; bio; bio = bio->bi_next) {
>  		WARN_ON_ONCE((bio->bi_opf & REQ_FAILFAST_MASK) &&
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-15  2:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  1:18 [PATCH] block: Few spelling fixes in the file blk-merge.c Bhaskar Chowdhury
2021-03-15  2:26 ` Randy Dunlap

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.