aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-09-20 00:16:46 +0800
committerJens Axboe <axboe@kernel.dk>2022-09-19 11:12:35 -0600
commit6dd3be6923eec2c49860e7292e4e2783c74a9dff (patch)
treeb5070af15aff8aa0e057878c8faec0899e719ad0 /drivers/md
parentbcache: bset: Fix comment typos (diff)
downloadlinux-dev-6dd3be6923eec2c49860e7292e4e2783c74a9dff.tar.xz
linux-dev-6dd3be6923eec2c49860e7292e4e2783c74a9dff.zip
bcache:: fix repeated words in comments
Delete the redundant word 'we'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Coly Li <colyli@suse.de> Link: https://lore.kernel.org/r/20220919161647.81238-5-colyli@suse.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/bcache/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
index 2acda9cea0f9..aebb7ef10e63 100644
--- a/drivers/md/bcache/bcache.h
+++ b/drivers/md/bcache/bcache.h
@@ -107,7 +107,7 @@
*
* BTREE NODES:
*
- * Our unit of allocation is a bucket, and we we can't arbitrarily allocate and
+ * Our unit of allocation is a bucket, and we can't arbitrarily allocate and
* free smaller than a bucket - so, that's how big our btree nodes are.
*
* (If buckets are really big we'll only use part of the bucket for a btree node