From nobody Sat Oct 25 08:57:39 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1520368415961461.9023891647861; Tue, 6 Mar 2018 12:33:35 -0800 (PST) Received: from localhost ([::1]:57967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etJHC-0001pl-V6 for importer@patchew.org; Tue, 06 Mar 2018 15:33:34 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etJF4-0000T5-TR for qemu-devel@nongnu.org; Tue, 06 Mar 2018 15:31:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etJF1-0005UO-PV for qemu-devel@nongnu.org; Tue, 06 Mar 2018 15:31:22 -0500 Received: from chuckie.co.uk ([82.165.15.123]:42941 helo=s16892447.onlinehome-server.info) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1etJF1-0005Tf-DY; Tue, 06 Mar 2018 15:31:19 -0500 Received: from host86-138-240-5.range86-138.btcentralplus.com ([86.138.240.5] helo=kentang.home) by s16892447.onlinehome-server.info with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1etJFD-000712-0h; Tue, 06 Mar 2018 20:31:32 +0000 From: Mark Cave-Ayland To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au Date: Tue, 6 Mar 2018 20:30:45 +0000 Message-Id: <20180306203103.25563-2-mark.cave-ayland@ilande.co.uk> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180306203103.25563-1-mark.cave-ayland@ilande.co.uk> References: <20180306203103.25563-1-mark.cave-ayland@ilande.co.uk> X-SA-Exim-Connect-IP: 86.138.240.5 X-SA-Exim-Mail-From: mark.cave-ayland@ilande.co.uk X-SA-Exim-Version: 4.2.1 (built Sun, 08 Jan 2012 02:45:44 +0000) X-SA-Exim-Scanned: Yes (on s16892447.onlinehome-server.info) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 82.165.15.123 Subject: [Qemu-devel] [PATCH 01/19] uninorth: trivial style fixups X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This makes sure we keep patchew/checkpatch happy during the remainder of th= is patchset. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- hw/pci-host/uninorth.c | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/hw/pci-host/uninorth.c b/hw/pci-host/uninorth.c index 66991da975..710818e355 100644 --- a/hw/pci-host/uninorth.c +++ b/hw/pci-host/uninorth.c @@ -272,7 +272,6 @@ PCIBus *pci_pmac_u3_init(qemu_irq *pic, UNINState *d; =20 /* Uninorth AGP bus */ - dev =3D qdev_create(NULL, TYPE_U3_AGP_HOST_BRIDGE); qdev_init_nofail(dev); s =3D SYS_BUS_DEVICE(dev); @@ -302,16 +301,23 @@ PCIBus *pci_pmac_u3_init(qemu_irq *pic, =20 static void unin_main_pci_host_realize(PCIDevice *d, Error **errp) { - d->config[0x0C] =3D 0x08; // cache_line_size - d->config[0x0D] =3D 0x10; // latency_timer - d->config[0x34] =3D 0x00; // capabilities_pointer + /* cache_line_size */ + d->config[0x0C] =3D 0x08; + /* latency_timer */ + d->config[0x0D] =3D 0x10; + /* capabilities_pointer */ + d->config[0x34] =3D 0x00; } =20 static void unin_agp_pci_host_realize(PCIDevice *d, Error **errp) { - d->config[0x0C] =3D 0x08; // cache_line_size - d->config[0x0D] =3D 0x10; // latency_timer - // d->config[0x34] =3D 0x80; // capabilities_pointer + /* cache_line_size */ + d->config[0x0C] =3D 0x08; + /* latency_timer */ + d->config[0x0D] =3D 0x10; + /* capabilities_pointer + d->config[0x34] =3D 0x80; */ + /* * Set kMacRISCPCIAddressSelect (0x48) register to indicate PCI * memory space with base 0x80000000, size 0x10000000 for Apple's @@ -333,9 +339,12 @@ static void u3_agp_pci_host_realize(PCIDevice *d, Erro= r **errp) =20 static void unin_internal_pci_host_realize(PCIDevice *d, Error **errp) { - d->config[0x0C] =3D 0x08; // cache_line_size - d->config[0x0D] =3D 0x10; // latency_timer - d->config[0x34] =3D 0x00; // capabilities_pointer + /* cache_line_size */ + d->config[0x0C] =3D 0x08; + /* latency_timer */ + d->config[0x0D] =3D 0x10; + /* capabilities_pointer */ + d->config[0x34] =3D 0x00; } =20 static void unin_main_pci_host_class_init(ObjectClass *klass, void *data) --=20 2.11.0