diff options
author | 2022-09-04 12:04:27 -0400 | |
---|---|---|
committer | 2022-10-18 17:17:47 -0400 | |
commit | 48d1a964dca532698bc67ac71c04df7908815de1 (patch) | |
tree | 4cac6bf6ddd38b6d17c0babe3af9e0f51261ae36 /drivers | |
parent | dm raid: fix typo in analyse_superblocks code comment (diff) | |
download | wireguard-linux-48d1a964dca532698bc67ac71c04df7908815de1.tar.xz wireguard-linux-48d1a964dca532698bc67ac71c04df7908815de1.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/dm-cache-policy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-cache-policy.h b/drivers/md/dm-cache-policy.h index c05fc3436cef..06eb31af626f 100644 --- a/drivers/md/dm-cache-policy.h +++ b/drivers/md/dm-cache-policy.h @@ -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. */ |