From nobody Tue Feb 10 15:03:05 2026 Delivered-To: importer@patchew.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 ARC-Seal: i=1; a=rsa-sha256; t=1620200248; cv=none; d=zohomail.com; s=zohoarc; b=krUW69fIAN8ctlSuLrAc7pJQW6j/DsSYvbZDXiNw7hYVE55Uq8XsNiUkPBvIRihQPgiCOENkl/nKafEZouD6+5RwKgFD2GJ1XGtN/QcG2ym0tmShzIKTT4+4uoJpEXd7aUlbhJ/kN7mhL5Xey9TebYesyPv1oMKxe2mbiY7u/E0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1620200248; h=Content-Type:Content-Transfer-Encoding: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=2BTwmdLhDuPLk4I5E6RLLSjCsmTfd1Y8eKh2auPiZMs=; b=URKUMJN2FXvDIShOkTWINndPIcqW8qEcIVSyCGLtlmaNYg6YWahB92/UsLZD5eEg7o3eQdpDozC5ZvsArFx08vndRAfP0nT1U5JYi8BICU+F/pBuF8ztR40w/GrYrpohrxi62KJN5BDaR1eG5mfiLMSMMWrRFUe3RLuehkHKtwk= 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1620200248078573.7563340249019; Wed, 5 May 2021 00:37:28 -0700 (PDT) Received: from localhost ([::1]:35934 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1leC62-0000ww-VM for importer@patchew.org; Wed, 05 May 2021 03:37:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1leC4b-0007aA-DZ for qemu-devel@nongnu.org; Wed, 05 May 2021 03:35:57 -0400 Received: from mail.ilande.co.uk ([2001:41c9:1:41f::167]:57700 helo=mail.default.ilande.uk0.bigv.io) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1leC4W-00027q-JS for qemu-devel@nongnu.org; Wed, 05 May 2021 03:35:57 -0400 Received: from host81-154-26-71.range81-154.btcentralplus.com ([81.154.26.71] helo=kentang.home) by mail.default.ilande.uk0.bigv.io with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1leC4U-0000OI-6h; Wed, 05 May 2021 08:35:50 +0100 From: Mark Cave-Ayland To: peter.maydell@linaro.org, qemu-devel@nongnu.org Date: Wed, 5 May 2021 08:35:33 +0100 Message-Id: <20210505073538.11438-6-mark.cave-ayland@ilande.co.uk> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210505073538.11438-1-mark.cave-ayland@ilande.co.uk> References: <20210505073538.11438-1-mark.cave-ayland@ilande.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-SA-Exim-Connect-IP: 81.154.26.71 X-SA-Exim-Mail-From: mark.cave-ayland@ilande.co.uk Subject: [PULL 05/10] hw/sparc/sun4m: Fix code style for checkpatch.pl X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on mail.default.ilande.uk0.bigv.io) 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; Received-SPF: pass client-ip=2001:41c9:1:41f::167; envelope-from=mark.cave-ayland@ilande.co.uk; helo=mail.default.ilande.uk0.bigv.io X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" From: Philippe Mathieu-Daud=C3=A9 We are going to move this code, fix its style first. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Mark Cave-Ayland Message-Id: <20210503171303.822501-6-f4bug@amsat.org> Signed-off-by: Mark Cave-Ayland --- hw/sparc/sun4m.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c index a625c41cd3..956216591b 100644 --- a/hw/sparc/sun4m.c +++ b/hw/sparc/sun4m.c @@ -1181,11 +1181,11 @@ static const struct sun4m_hwdef sun4m_hwdefs[] =3D { .dma_base =3D 0xef0400000ULL, .esp_base =3D 0xef0800000ULL, .le_base =3D 0xef0c00000ULL, - .apc_base =3D 0xefa000000ULL, // XXX should not exist + .apc_base =3D 0xefa000000ULL, /* XXX should not exist */ .aux1_base =3D 0xff1800000ULL, .aux2_base =3D 0xff1a01000ULL, .ecc_base =3D 0xf00000000ULL, - .ecc_version =3D 0x10000000, // version 0, implementation 1 + .ecc_version =3D 0x10000000, /* version 0, implementation 1 */ .nvram_machine_id =3D 0x72, .machine_id =3D ss10_id, .iommu_version =3D 0x03000000, @@ -1204,11 +1204,11 @@ static const struct sun4m_hwdef sun4m_hwdefs[] =3D { .dma_base =3D 0xef0081000ULL, .esp_base =3D 0xef0080000ULL, .le_base =3D 0xef0060000ULL, - .apc_base =3D 0xefa000000ULL, // XXX should not exist + .apc_base =3D 0xefa000000ULL, /* XXX should not exist */ .aux1_base =3D 0xff1800000ULL, - .aux2_base =3D 0xff1a01000ULL, // XXX should not exist + .aux2_base =3D 0xff1a01000ULL, /* XXX should not exist */ .ecc_base =3D 0xf00000000ULL, - .ecc_version =3D 0x00000000, // version 0, implementation 0 + .ecc_version =3D 0x00000000, /* version 0, implementation 0 */ .nvram_machine_id =3D 0x71, .machine_id =3D ss600mp_id, .iommu_version =3D 0x01000000, @@ -1230,7 +1230,7 @@ static const struct sun4m_hwdef sun4m_hwdefs[] =3D { .esp_base =3D 0xef0800000ULL, .le_base =3D 0xef0c00000ULL, .bpp_base =3D 0xef4800000ULL, - .apc_base =3D 0xefa000000ULL, // XXX should not exist + .apc_base =3D 0xefa000000ULL, /* XXX should not exist */ .aux1_base =3D 0xff1800000ULL, .aux2_base =3D 0xff1a01000ULL, .dbri_base =3D 0xee0000000ULL, @@ -1249,7 +1249,7 @@ static const struct sun4m_hwdef sun4m_hwdefs[] =3D { } }, .ecc_base =3D 0xf00000000ULL, - .ecc_version =3D 0x20000000, // version 0, implementation 2 + .ecc_version =3D 0x20000000, /* version 0, implementation 2 */ .nvram_machine_id =3D 0x72, .machine_id =3D ss20_id, .iommu_version =3D 0x13000000, @@ -1270,7 +1270,7 @@ static const struct sun4m_hwdef sun4m_hwdefs[] =3D { .dma_base =3D 0x78400000, .esp_base =3D 0x78800000, .le_base =3D 0x78c00000, - .apc_base =3D 0x71300000, // pmc + .apc_base =3D 0x71300000, /* pmc */ .aux1_base =3D 0x71900000, .aux2_base =3D 0x71910000, .nvram_machine_id =3D 0x80, @@ -1352,7 +1352,7 @@ static const struct sun4m_hwdef sun4m_hwdefs[] =3D { /* SPARCbook */ { .iommu_base =3D 0x10000000, - .tcx_base =3D 0x50000000, // XXX + .tcx_base =3D 0x50000000, /* XXX */ .slavio_base =3D 0x70000000, .ms_kb_base =3D 0x71000000, .serial_base =3D 0x71100000, --=20 2.20.1