Skip to content

Commit fc03f73

Browse files
author
Mike Snitzer
committed
dm vdo encodings: update some stale comments
Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Matthew Sakai <[email protected]>
1 parent 6a79248 commit fc03f73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/md/dm-vdo/encodings.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,6 @@ const char *vdo_get_journal_operation_name(enum journal_operation operation)
544544

545545
/**
546546
* encode_slab_depot_state_2_0() - Encode the state of a slab depot into a buffer.
547-
*
548-
* Return: UDS_SUCCESS or an error.
549547
*/
550548
static void encode_slab_depot_state_2_0(u8 *buffer, size_t *offset,
551549
struct slab_depot_state_2_0 state)
@@ -573,7 +571,7 @@ static void encode_slab_depot_state_2_0(u8 *buffer, size_t *offset,
573571
/**
574572
* decode_slab_depot_state_2_0() - Decode slab depot component state version 2.0 from a buffer.
575573
*
576-
* Return: UDS_SUCCESS or an error code.
574+
* Return: VDO_SUCCESS or an error code.
577575
*/
578576
static int decode_slab_depot_state_2_0(u8 *buffer, size_t *offset,
579577
struct slab_depot_state_2_0 *state)

0 commit comments

Comments
 (0)