dm: add argument identifier names

Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
Heinz Mauelshagen
2023-02-01 22:36:19 +01:00
committed by Mike Snitzer
parent 8ca817c43e
commit 02f10ba178
5 changed files with 12 additions and 12 deletions

View File

@@ -95,7 +95,7 @@ struct core_exception {
};
struct commit_callback {
void (*callback)(void *, int success);
void (*callback)(void *ref, int success);
void *context;
};