dm cache: delete the redundant word 'each' in comment

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
Shaomin Deng 2022-09-04 12:04:27 -04:00 committed by Mike Snitzer
parent 96fccdce97
commit 48d1a964dc
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ struct dm_cache_policy_type {
struct dm_cache_policy_type *real;
/*
* Policies may store a hint for each each cache block.
* Policies may store a hint for each cache block.
* Currently the size of this hint must be 0 or 4 bytes but we
* expect to relax this in future.
*/