From: Jules Maselbas Date: Mon, 19 Sep 2022 16:16:45 +0000 (+0800) Subject: bcache: bset: Fix comment typos X-Git-Tag: v6.6.17~6468^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11e529ccea33f24af6b54fe10bb3be9c1c48eddb;p=platform%2Fkernel%2Flinux-rpi.git bcache: bset: Fix comment typos Remove the redundant word `by`, correct the typo `creaated`. CC: Kent Overstreet CC: linux-bcache@vger.kernel.org Signed-off-by: Jules Maselbas Signed-off-by: Coly Li Link: https://lore.kernel.org/r/20220919161647.81238-4-colyli@suse.de Signed-off-by: Jens Axboe --- diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c index 94d38e8..2bba4d6 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. */