From nobody Thu Nov 13 02:01:47 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=virtuozzo.com ARC-Seal: i=1; a=rsa-sha256; t=1575568341; cv=none; d=zohomail.com; s=zohoarc; b=PhwAjx23JJtV5FwvZy0Py+cXrUG0ZI2fkIPQPVwk/g6Q/O085taPAeRB1tM6AoHreNRGZLNDQu4RX04/27ojATg2K4mM5gsbW2yLkUcIYAsepDEQG/uQHxSNyIUzuxNbzNxb6fCZRnC+Ho3IOLxwD/b0ci8GKXuHAojrezC/8Qc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575568341; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=4HteUUuTjoSVdYMxnlIdxlK5ROFkthJiOxFfNlxMQtM=; b=QJYHxbObV12wAh91RKweTL19MpM7r9FlyFMeScsTAYQWCYo50wZfLXv7dnpAvKM4Hp0sozLBsTDZiYQNs1xb4lez3JpnFbeiShzaoATBB9w4yOFxdhIRt3jOpBNYp4l7H93yI4TvhjYiuzGll9ITpeK2B73evKtWdvJAaJ0LHTw= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1575568341585434.4814909385343; Thu, 5 Dec 2019 09:52:21 -0800 (PST) Received: from localhost ([::1]:58804 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icvIa-0003e7-3A for importer@patchew.org; Thu, 05 Dec 2019 12:52:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45231) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icvDI-0007bY-7P for qemu-devel@nongnu.org; Thu, 05 Dec 2019 12:46:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icvDD-0003Xp-VP for qemu-devel@nongnu.org; Thu, 05 Dec 2019 12:46:50 -0500 Received: from relay.sw.ru ([185.231.240.75]:48294) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1icvDC-0003SN-4d for qemu-devel@nongnu.org; Thu, 05 Dec 2019 12:46:46 -0500 Received: from vovaso.qa.sw.ru ([10.94.3.0] helo=kvm.qa.sw.ru) by relay.sw.ru with esmtp (Exim 4.92.3) (envelope-from ) id 1icvD8-00013M-NF; Thu, 05 Dec 2019 20:46:42 +0300 From: Vladimir Sementsov-Ogievskiy To: qemu-devel@nongnu.org Subject: [PATCH v8 18/21] include/qom/object.h: rename Error ** parameter to more common errp Date: Thu, 5 Dec 2019 20:46:32 +0300 Message-Id: <20191205174635.18758-19-vsementsov@virtuozzo.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191205174635.18758-1-vsementsov@virtuozzo.com> References: <20191205174635.18758-1-vsementsov@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 185.231.240.75 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: vsementsov@virtuozzo.com, =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , armbru@redhat.com, Paolo Bonzini , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- include/qom/object.h | 4 ++-- 1 file 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); =20 /** * object_property_add_alias: --=20 2.21.0