summaryrefslogtreecommitdiffstats
path: root/include/qom
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy2019-12-05 18:46:32 +0100
committerMarkus Armbruster2019-12-18 08:43:19 +0100
commit1dc6ba2425fed1d89204c69ec4ca71db3ba7f496 (patch)
tree31cf8332674608dc22e809570073767a9350feda /include/qom
parenthw/usb: rename Error ** parameter to more common errp (diff)
downloadqemu-1dc6ba2425fed1d89204c69ec4ca71db3ba7f496.tar.gz
qemu-1dc6ba2425fed1d89204c69ec4ca71db3ba7f496.tar.xz
qemu-1dc6ba2425fed1d89204c69ec4ca71db3ba7f496.zip
include/qom/object.h: rename Error ** parameter to more common errp
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191205174635.18758-19-vsementsov@virtuozzo.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'include/qom')
-rw-r--r--include/qom/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qom/object.h b/include/qom/object.h
index 128d00c77f..716f6f655d 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -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: