Skip to content

Commit

Permalink
include/qom/object.h: rename Error ** parameter to more common errp
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
  • Loading branch information
Vladimir Sementsov-Ogievskiy authored and Markus Armbruster committed Dec 18, 2019
1 parent a5fee60 commit 1dc6ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/qom/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -1635,9 +1635,9 @@ void object_class_property_add_uint32_ptr(ObjectClass *klass, const char *name,
* property of type 'uint64'.
*/
void object_property_add_uint64_ptr(Object *obj, const char *name,
const uint64_t *v, Error **Errp);
const uint64_t *v, Error **errp);
void object_class_property_add_uint64_ptr(ObjectClass *klass, const char *name,
const uint64_t *v, Error **Errp);
const uint64_t *v, Error **errp);

/**
* object_property_add_alias:
Expand Down

0 comments on commit 1dc6ba2

Please sign in to comment.