linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcache: bset: Fix comment typos
@ 2022-08-26 10:00 Jules Maselbas
  2022-08-31 14:55 ` Coly Li
  0 siblings, 1 reply; 2+ messages in thread
From: Jules Maselbas @ 2022-08-26 10:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jules Maselbas, Kent Overstreet, linux-bcache

Remove the redundant word `by`, correct the typo `creaated`.

CC: Kent Overstreet <kent.overstreet@gmail.com>
CC: linux-bcache@vger.kernel.org
Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
---
 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..2bba4d6aaaa2 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
+		 * created by mempool_init_page_pool(), which allocates
 		 * pages by alloc_pages() indeed.
 		 */
 
-- 
2.17.1


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

* Re: [PATCH] bcache: bset: Fix comment typos
  2022-08-26 10:00 [PATCH] bcache: bset: Fix comment typos Jules Maselbas
@ 2022-08-31 14:55 ` Coly Li
  0 siblings, 0 replies; 2+ messages in thread
From: Coly Li @ 2022-08-31 14:55 UTC (permalink / raw)
  To: Jules Maselbas; +Cc: linux-kernel, Kent Overstreet, linux-bcache



> 2022年8月26日 18:00,Jules Maselbas <jmaselbas@kalray.eu> 写道:
> 
> Remove the redundant word `by`, correct the typo `creaated`.
> 
> CC: Kent Overstreet <kent.overstreet@gmail.com>
> CC: linux-bcache@vger.kernel.org
> Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>

Added to 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..2bba4d6aaaa2 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
> +		 * created by mempool_init_page_pool(), which allocates
> 		 * pages by alloc_pages() indeed.
> 		 */
> 
> -- 
> 2.17.1
> 


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

end of thread, other threads:[~2022-08-31 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 10:00 [PATCH] bcache: bset: Fix comment typos Jules Maselbas
2022-08-31 14:55 ` 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).