From: Shaomin Deng Date: Sun, 4 Sep 2022 16:04:27 +0000 (-0400) Subject: dm cache: delete the redundant word 'each' in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=48d1a964dca532698bc67ac71c04df7908815de1;p=linux.git dm cache: delete the redundant word 'each' in comment Signed-off-by: Shaomin Deng Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/dm-cache-policy.h b/drivers/md/dm-cache-policy.h index c05fc3436cef7..06eb31af626f1 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. */