summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/dedupe.c
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2024-02-21 12:17:31 +0300
committerMike Snitzer <snitzer@kernel.org>2024-03-04 23:07:55 +0300
commiteebd4e163024944ed53b6ad6d147e49df24dba32 (patch)
treeda8fdc751403f5b9f4d4c6db66a89f203fb456d4 /drivers/md/dm-vdo/dedupe.c
parent17b1a73feaf31bea77010e226c8e434cba1f95ea (diff)
downloadlinux-eebd4e163024944ed53b6ad6d147e49df24dba32.tar.xz
dm vdo: fix various function names referenced in comment blocks
No functional modification involved. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Matthew Sakai <msakai@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-vdo/dedupe.c')
-rw-r--r--drivers/md/dm-vdo/dedupe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/dedupe.c b/drivers/md/dm-vdo/dedupe.c
index 9468d7fad443..c8018c5799bd 100644
--- a/drivers/md/dm-vdo/dedupe.c
+++ b/drivers/md/dm-vdo/dedupe.c
@@ -2839,7 +2839,7 @@ static const char *index_state_to_string(struct hash_zones *zones,
}
/**
- * vdo_dump_hash_zone() - Dump information about a hash zone to the log for debugging.
+ * dump_hash_zone() - Dump information about a hash zone to the log for debugging.
* @zone: The zone to dump.
*/
static void dump_hash_zone(const struct hash_zone *zone)