diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2024-02-21 10:17:31 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2024-03-04 21:07:55 +0100 |
commit | eebd4e163024944ed53b6ad6d147e49df24dba32 (patch) | |
tree | da8fdc751403f5b9f4d4c6db66a89f203fb456d4 /drivers/md/dm-vdo/encodings.c | |
parent | dm vdo: move indexer files into sub-directory (diff) | |
download | linux-eebd4e163024944ed53b6ad6d147e49df24dba32.tar.xz linux-eebd4e163024944ed53b6ad6d147e49df24dba32.zip |
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/encodings.c')
-rw-r--r-- | drivers/md/dm-vdo/encodings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/encodings.c b/drivers/md/dm-vdo/encodings.c index 9e45411fe816..5012042b26af 100644 --- a/drivers/md/dm-vdo/encodings.c +++ b/drivers/md/dm-vdo/encodings.c @@ -1172,7 +1172,7 @@ static struct vdo_component unpack_vdo_component_41_0(struct packed_vdo_componen } /** - * vdo_decode_component() - Decode the component data for the vdo itself out of the super block. + * decode_vdo_component() - Decode the component data for the vdo itself out of the super block. * * Return: VDO_SUCCESS or an error. */ |