summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/vdo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/vdo.c')
-rw-r--r--drivers/md/dm-vdo/vdo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-vdo/vdo.c b/drivers/md/dm-vdo/vdo.c
index a40f059d39b3..c161dffeb91a 100644
--- a/drivers/md/dm-vdo/vdo.c
+++ b/drivers/md/dm-vdo/vdo.c
@@ -267,8 +267,8 @@ static int __must_check initialize_thread_config(struct thread_count_config coun
}
/**
- * vdo_read_geometry_block() - Synchronously read the geometry block from a vdo's underlying block
- * device.
+ * read_geometry_block() - Synchronously read the geometry block from a vdo's underlying block
+ * device.
* @vdo: The vdo whose geometry is to be read.
*
* Return: VDO_SUCCESS or an error code.