mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
dm vdo encodings: update some stale comments
Signed-off-by: Mike Snitzer <snitzer@kernel.org> Signed-off-by: Matthew Sakai <msakai@redhat.com>
This commit is contained in:
parent
6a79248b42
commit
fc03f73760
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user