From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF3F5C43603 for ; Fri, 6 Dec 2019 14:43:15 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A510B20706 for ; Fri, 6 Dec 2019 14:43:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A510B20706 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rt-rk.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:38826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idEp8-0004Jz-89 for qemu-devel@archiver.kernel.org; Fri, 06 Dec 2019 09:43:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34473) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idEOo-00021a-2L for qemu-devel@nongnu.org; Fri, 06 Dec 2019 09:16:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idEOm-0002PK-Fy for qemu-devel@nongnu.org; Fri, 06 Dec 2019 09:16:01 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:43535 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1idEOm-0000SP-8A for qemu-devel@nongnu.org; Fri, 06 Dec 2019 09:16:00 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 1F0B21A218C; Fri, 6 Dec 2019 14:58:14 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com Received: from rtrkw493-lin.domain.local (rtrkw493-lin.domain.local [10.10.14.93]) by mail.rt-rk.com (Postfix) with ESMTPSA id 054191A1D63; Fri, 6 Dec 2019 14:58:14 +0100 (CET) From: Filip Bozuta To: qemu-devel@nongnu.org Subject: [PATCH 0/5] mips: machines: Renovate coding style Date: Fri, 6 Dec 2019 14:58:02 +0100 Message-Id: <1575640687-20744-1-git-send-email-Filip.Bozuta@rt-rk.com> X-Mailer: git-send-email 2.7.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 89.216.37.149 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: pburton@wavecomp.com, aleksandar.rikalo@rt-rk.com, hpoussin@reactos.org, amarkovic@wavecomp.com, aurelien@aurel32.net Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The scripts checkpatch.pl located in scripts folder was used to check for errors and warnings in fllowing mips machines: Jazz Malta Mipssim R4000 Fulong 2E Boston All generated errors and warnings were corrected and the script was ran again to make sure there are no more errors and warnings Note: Boston machine was already clear of errors and warnings so the boston machine files were not edited. Note: One error occured due to the machro #IF 0. That error was not corrected beacuse there is some reduntant code within that macro that might be used in future versions. v2: * changed lines in hw/mips/mips_malta.c from 848 to 995 so that comments begin at the same line * changed line 573 in hw/mips/mips_malta.c to fix the build error due to the function g_new0 that is used for allocating * changed lines 103 and 107 in tests/acceptance/mips_malta.c so that splitting lines are aligned vertically belove the opening brackets * changed line 121 in mips_r4k.c so that INITRD_PAGE_MASK so that it is aligned vertically belove the opening bracket Filip Bozuta (5): mips: jazz: Renovate coding style mips: malta: Renovate coding style mips: mipssim: Renovate coding style mips: r4000: Renovate coding style mips: fulong 2e: Renovate coding style hw/display/jazz_led.c | 123 +++++++++++----------- hw/dma/rc4030.c | 12 ++- hw/isa/vt82c686.c | 23 +++-- hw/mips/mips_jazz.c | 32 +++--- hw/mips/mips_malta.c | 169 ++++++++++++++++--------------- hw/mips/mips_r4k.c | 55 ++++++---- hw/net/mipsnet.c | 44 ++++---- hw/pci-host/bonito.c | 60 ++++++----- tests/acceptance/linux_ssh_mips_malta.py | 6 +- 9 files changed, 281 insertions(+), 243 deletions(-) -- 2.7.4