linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcache:: fix repeated words in comments
@ 2022-08-30 15:30 Jilin Yuan
  2022-08-31 15:12 ` Coly Li
  0 siblings, 1 reply; 5+ messages in thread
From: Jilin Yuan @ 2022-08-30 15:30 UTC (permalink / raw)
  To: colyli, kent.overstreet; +Cc: linux-bcache, linux-kernel, Jilin Yuan

Delete the redundant word 'we'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/md/bcache/bcache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
index 2acda9cea0f9..aebb7ef10e63 100644
--- a/drivers/md/bcache/bcache.h
+++ b/drivers/md/bcache/bcache.h
@@ -107,7 +107,7 @@
  *
  * BTREE NODES:
  *
- * Our unit of allocation is a bucket, and we we can't arbitrarily allocate and
+ * Our unit of allocation is a bucket, and we can't arbitrarily allocate and
  * free smaller than a bucket - so, that's how big our btree nodes are.
  *
  * (If buckets are really big we'll only use part of the bucket for a btree node
-- 
2.36.1


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

* Re: [PATCH] bcache:: fix repeated words in comments
  2022-08-30 15:30 [PATCH] bcache:: fix repeated words in comments Jilin Yuan
@ 2022-08-31 15:12 ` Coly Li
  0 siblings, 0 replies; 5+ messages in thread
From: Coly Li @ 2022-08-31 15:12 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: Kent Overstreet, linux-bcache, linux-kernel



> 2022年8月30日 23:30,Jilin Yuan <yuanjilin@cdjrlc.com> 写道:
> 
> Delete the redundant word 'we'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Added to my for-next queue. Thanks.

Coly Li


> ---
> drivers/md/bcache/bcache.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
> index 2acda9cea0f9..aebb7ef10e63 100644
> --- a/drivers/md/bcache/bcache.h
> +++ b/drivers/md/bcache/bcache.h
> @@ -107,7 +107,7 @@
>  *
>  * BTREE NODES:
>  *
> - * Our unit of allocation is a bucket, and we we can't arbitrarily allocate and
> + * Our unit of allocation is a bucket, and we can't arbitrarily allocate and
>  * free smaller than a bucket - so, that's how big our btree nodes are.
>  *
>  * (If buckets are really big we'll only use part of the bucket for a btree node
> -- 
> 2.36.1
> 


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

* Re: [PATCH] bcache: fix repeated words in comments
  2022-09-18  9:45 [PATCH] bcache: " Jilin Yuan
  2022-09-18 11:10 ` Coly Li
@ 2022-09-18 11:14 ` Coly Li
  1 sibling, 0 replies; 5+ messages in thread
From: Coly Li @ 2022-09-18 11:14 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: kent.overstreet, linux-bcache, linux-kernel



> 2022年9月18日 17:45,Jilin Yuan <yuanjilin@cdjrlc.com> 写道:
> 
> Delete the redundant word 'by'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
> drivers/md/bcache/bset.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c
> index 94d38e8a59b3..6a24a327dce2 100644
> --- a/drivers/md/bcache/bset.c
> +++ b/drivers/md/bcache/bset.c
> @@ -1264,7 +1264,7 @@ static void __btree_sort(struct btree_keys *b, struct btree_iter *iter,
> 		 *
> 		 * Don't worry event 'out' is allocated from mempool, it can
> 		 * still be swapped here. Because state->pool is a page mempool
> -		 * creaated by by mempool_init_page_pool(), which allocates
> +		 * creaated by mempool_init_page_pool(), which allocates
> 		 * pages by alloc_pages() indeed.
> 		 */
> 
> -- 
> 2.36.1
> 

Oops, the applying failed because Jules already posted a similar fix, and his version is better because the typo “creaated” also fixed to “created”.

So this patch won’t go into my for-next. Just FYI.

Thanks.

Coly Li

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

* Re: [PATCH] bcache: fix repeated words in comments
  2022-09-18  9:45 [PATCH] bcache: " Jilin Yuan
@ 2022-09-18 11:10 ` Coly Li
  2022-09-18 11:14 ` Coly Li
  1 sibling, 0 replies; 5+ messages in thread
From: Coly Li @ 2022-09-18 11:10 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: Kent Overstreet, linux-bcache, linux-kernel



> 2022年9月18日 17:45,Jilin Yuan <yuanjilin@cdjrlc.com> 写道:
> 
> Delete the redundant word 'by'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Added into my for-next queue.

Thanks.

Coly Li


> ---
> drivers/md/bcache/bset.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c
> index 94d38e8a59b3..6a24a327dce2 100644
> --- a/drivers/md/bcache/bset.c
> +++ b/drivers/md/bcache/bset.c
> @@ -1264,7 +1264,7 @@ static void __btree_sort(struct btree_keys *b, struct btree_iter *iter,
> 		 *
> 		 * Don't worry event 'out' is allocated from mempool, it can
> 		 * still be swapped here. Because state->pool is a page mempool
> -		 * creaated by by mempool_init_page_pool(), which allocates
> +		 * creaated by mempool_init_page_pool(), which allocates
> 		 * pages by alloc_pages() indeed.
> 		 */
> 
> -- 
> 2.36.1
> 


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

* [PATCH] bcache: fix repeated words in comments
@ 2022-09-18  9:45 Jilin Yuan
  2022-09-18 11:10 ` Coly Li
  2022-09-18 11:14 ` Coly Li
  0 siblings, 2 replies; 5+ messages in thread
From: Jilin Yuan @ 2022-09-18  9:45 UTC (permalink / raw)
  To: colyli, kent.overstreet; +Cc: linux-bcache, linux-kernel, Jilin Yuan

Delete the redundant word 'by'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/md/bcache/bset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c
index 94d38e8a59b3..6a24a327dce2 100644
--- a/drivers/md/bcache/bset.c
+++ b/drivers/md/bcache/bset.c
@@ -1264,7 +1264,7 @@ static void __btree_sort(struct btree_keys *b, struct btree_iter *iter,
 		 *
 		 * Don't worry event 'out' is allocated from mempool, it can
 		 * still be swapped here. Because state->pool is a page mempool
-		 * creaated by by mempool_init_page_pool(), which allocates
+		 * creaated by mempool_init_page_pool(), which allocates
 		 * pages by alloc_pages() indeed.
 		 */
 
-- 
2.36.1


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

end of thread, other threads:[~2022-09-18 11:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 15:30 [PATCH] bcache:: fix repeated words in comments Jilin Yuan
2022-08-31 15:12 ` Coly Li
2022-09-18  9:45 [PATCH] bcache: " Jilin Yuan
2022-09-18 11:10 ` Coly Li
2022-09-18 11:14 ` Coly Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).