[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220918094549.17325-1-yuanjilin@cdjrlc.com>
Date: Sun, 18 Sep 2022 17:45:49 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: colyli@...e.de, kent.overstreet@...il.com
Cc: linux-bcache@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] bcache: fix repeated words in comments
Delete the redundant word 'by'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.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
Powered by blists - more mailing lists