projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e529c
)
bcache:: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Mon, 19 Sep 2022 16:16:46 +0000
(
00:16
+0800)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 19 Sep 2022 17:12:35 +0000
(11:12 -0600)
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>
drivers/md/bcache/bcache.h
patch
|
blob
|
history
diff --git
a/drivers/md/bcache/bcache.h
b/drivers/md/bcache/bcache.h
index 2acda9cea0f900c23e37b87a011d54e382cab0c2..aebb7ef10e631a6c6fd5f9f4d11987eca86f99d0 100644
(file)
--- 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