summaryrefslogtreecommitdiff
path: root/drivers/md
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2022-09-19 19:16:45 +0300
committerJens Axboe <axboe@kernel.dk>2022-09-19 20:12:35 +0300
commit11e529ccea33f24af6b54fe10bb3be9c1c48eddb (patch)
treeefa71d45fb7c9c4b2efcb34d5b53e6be5abfd9d3 /drivers/md
parentd86b4e6dc88826f2b5cfa90c4ebbccb19a88bc39 (diff)
downloadlinux-11e529ccea33f24af6b54fe10bb3be9c1c48eddb.tar.xz
bcache: bset: Fix comment typos
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> Signed-off-by: Coly Li <colyli@suse.de> Link: https://lore.kernel.org/r/20220919161647.81238-4-colyli@suse.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/bcache/bset.c2
1 files changed, 1 insertions, 1 deletions
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.
*/