From: Mike Snitzer Date: Tue, 13 Feb 2024 22:03:01 +0000 (-0600) Subject: dm vdo encodings: update some stale comments X-Git-Tag: v6.9-rc1~148^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc03f737609a756dc1c2117963d9a855f56f0716;p=thirdparty%2Fkernel%2Flinux.git dm vdo encodings: update some stale comments Signed-off-by: Mike Snitzer Signed-off-by: Matthew Sakai --- diff --git a/drivers/md/dm-vdo/encodings.c b/drivers/md/dm-vdo/encodings.c index e24c31bc35244..ebb0a4edd1092 100644 --- a/drivers/md/dm-vdo/encodings.c +++ b/drivers/md/dm-vdo/encodings.c @@ -544,8 +544,6 @@ const char *vdo_get_journal_operation_name(enum journal_operation operation) /** * encode_slab_depot_state_2_0() - Encode the state of a slab depot into a buffer. - * - * Return: UDS_SUCCESS or an error. */ static void encode_slab_depot_state_2_0(u8 *buffer, size_t *offset, struct slab_depot_state_2_0 state) @@ -573,7 +571,7 @@ static void encode_slab_depot_state_2_0(u8 *buffer, size_t *offset, /** * decode_slab_depot_state_2_0() - Decode slab depot component state version 2.0 from a buffer. * - * Return: UDS_SUCCESS or an error code. + * Return: VDO_SUCCESS or an error code. */ static int decode_slab_depot_state_2_0(u8 *buffer, size_t *offset, struct slab_depot_state_2_0 *state)