projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fee60
)
include/qom/object.h: rename Error ** parameter to more common errp
author
Vladimir Sementsov-Ogievskiy
<vsementsov@virtuozzo.com>
Thu, 5 Dec 2019 17:46:32 +0000
(20:46 +0300)
committer
Markus Armbruster
<armbru@redhat.com>
Wed, 18 Dec 2019 07:43:19 +0000
(08:43 +0100)
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>
include/qom/object.h
patch
|
blob
|
history
diff --git
a/include/qom/object.h
b/include/qom/object.h
index 128d00c77fd6597c4b70bd5f124f57ba3b4b37e2..716f6f655d60248769fbb31dc342308505d08d33 100644
(file)
--- 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 **
E
rrp);
+ const uint64_t *v, Error **
e
rrp);
void object_class_property_add_uint64_ptr(ObjectClass *klass, const char *name,
- const uint64_t *v, Error **
E
rrp);
+ const uint64_t *v, Error **
e
rrp);
/**
* object_property_add_alias: