mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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:
committed by
Mike Snitzer
parent
8ca817c43e
commit
02f10ba178
@@ -95,7 +95,7 @@ struct core_exception {
|
||||
};
|
||||
|
||||
struct commit_callback {
|
||||
void (*callback)(void *, int success);
|
||||
void (*callback)(void *ref, int success);
|
||||
void *context;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user