OSDN Git Service

dm cache: delete the redundant word 'each' in comment
authorShaomin Deng <dengshaomin@cdjrlc.com>
Sun, 4 Sep 2022 16:04:27 +0000 (12:04 -0400)
committerMike Snitzer <snitzer@kernel.org>
Tue, 18 Oct 2022 21:17:47 +0000 (17:17 -0400)
Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-cache-policy.h

index c05fc34..06eb31a 100644 (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.
         */