diff --git a/patches.suse/bcache-bset-Fix-comment-typos-11e5.patch b/patches.suse/bcache-bset-Fix-comment-typos-11e5.patch new file mode 100644 index 0000000..0a27877 --- /dev/null +++ b/patches.suse/bcache-bset-Fix-comment-typos-11e5.patch @@ -0,0 +1,37 @@ +From 11e529ccea33f24af6b54fe10bb3be9c1c48eddb Mon Sep 17 00:00:00 2001 +From: Jules Maselbas +Date: Tue, 20 Sep 2022 00:16:45 +0800 +Subject: [PATCH] bcache: bset: Fix comment typos +Git-commit: 11e529ccea33f24af6b54fe10bb3be9c1c48eddb +Patch-mainline: v6.1-rc1 +References: git-fixes + +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 + +--- + 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.35.3 + diff --git a/series.conf b/series.conf index 2d433cb..39e6e48 100644 --- a/series.conf +++ b/series.conf @@ -36037,6 +36037,7 @@ patches.suse/0032-blk-throttle-prevent-overflow-while-calculating-wait-time.patch patches.suse/bcache-remove-unnecessary-flush_workqueue-97d2.patch patches.suse/bcache-remove-unused-bch_mark_cache_readahead-functi-d86b.patch + patches.suse/bcache-bset-Fix-comment-typos-11e5.patch patches.suse/0033-bcache-fix-set_at_max_writeback_rate-for-multiple-attached-devices.patch patches.suse/nvmet-expose-max-queues-to-configfs.patch patches.suse/nvme-tcp-handle-number-of-queue-changes.patch