]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/s390x/event-facility.c
hw/s390x: rename Error ** parameter to more common errp
[mirror_qemu.git] / hw / s390x / event-facility.c
index cdcf9154c49e7e1558eaeebdfad0cc81983cc85b..6afe278cad15491acc6d3f8d095efd1688f6e8e5 100644 (file)
@@ -441,7 +441,7 @@ static void sclp_event_set_allow_all_mask_sizes(Object *obj, bool value,
     ef->allow_all_mask_sizes = value;
 }
 
-static bool sclp_event_get_allow_all_mask_sizes(Object *obj, Error **e)
+static bool sclp_event_get_allow_all_mask_sizes(Object *obj, Error **errp)
 {
     SCLPEventFacility *ef = (SCLPEventFacility *)obj;