From nobody Sat Feb 7 06:54:22 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=1607444981; cv=none; d=zohomail.com; s=zohoarc; b=UIh9cSHWmsdmg92vE42O87jR2BkD5hrszc+1Bt3Mur4VpWySDkipnfd3suDvcfVMCNOm2oV/iKYsAN/eSLvoTabVubaFWCNL3k2uGCA99SClvfaqtzesRhI3z45lDQ7MZyzn16UOwmooRm2ELzOOXbguWsynMbmeV/X+t9LSxek= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1607444981; 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=LXK9bQd2oWdjwwXlpPXpjxQF11pDwKe/fCRHP+7iUSc=; b=UBCa8ee9+rJHoqvb5SrtEsVbIV1kWe5wVeLS0uEzAeP74o65tSpeZUCfFsNbabmwf4xtNadNX5021v6fZmUsZGCI5fE2BG/NUs6ZrTvghelCgJgDwT+ohQZITk7w7KuFl8VmsIrVhgmopm3xGLZ8ks43n0l/Iumfdyfg5XEyNdc= 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 1607444981307237.42358133997357; Tue, 8 Dec 2020 08:29:41 -0800 (PST) Received: from localhost ([::1]:60054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmek6-0005Ym-L1 for importer@patchew.org; Tue, 08 Dec 2020 10:17:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmc7U-00057P-Vz; Tue, 08 Dec 2020 07:29:29 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:2885) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmc7S-0007ol-C8; Tue, 08 Dec 2020 07:29:28 -0500 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CqzxQ5cSzz15Ynw; Tue, 8 Dec 2020 20:28:42 +0800 (CST) Received: from huawei.com (10.175.104.175) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.487.0; Tue, 8 Dec 2020 20:29:04 +0800 From: "zhouyang (T)" To: Subject: [PATCH 4/5] contrib: space required after that ',' Date: Tue, 8 Dec 2020 20:21:33 +0800 Message-ID: <20201208122134.3308101-5-zhouyang789@huawei.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20201208122134.3308101-1-zhouyang789@huawei.com> References: <20201208122134.3308101-1-zhouyang789@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.175.104.175] X-CFilter-Loop: Reflected 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=45.249.212.190; envelope-from=zhouyang789@huawei.com; helo=szxga04-in.huawei.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 08 Dec 2020 10:10:03 -0500 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: alex.chen@huawei.com, hunongda@huawei.com, qemu-trivial@nongnu.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" I found some style problems while check the code using checkpatch.pl. This commit fixs the issue below: ERROR: space required after that ',' Signed-off-by: zhouyang (T) --- contrib/plugins/howvec.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/plugins/howvec.c b/contrib/plugins/howvec.c index 2f892da17d..9d6fa33297 100644 --- a/contrib/plugins/howvec.c +++ b/contrib/plugins/howvec.c @@ -68,7 +68,7 @@ static InsnClassExecCount aarch64_insn_classes[] =3D { { "Reserved", "res", 0x1e000000, 0x00000000, COUNT_CLASS= }, /* Data Processing Immediate */ { " PCrel addr", "pcrel", 0x1f000000, 0x10000000, COUNT_CLASS= }, - { " Add/Sub (imm,tags)","asit", 0x1f800000, 0x11800000, COUNT_CLASS= }, + { " Add/Sub (imm,tags)", "asit", 0x1f800000, 0x11800000, COUNT_CLAS= S}, { " Add/Sub (imm)", "asi", 0x1f000000, 0x11000000, COUNT_CLASS= }, { " Logical (imm)", "logi", 0x1f800000, 0x12000000, COUNT_CLASS= }, { " Move Wide (imm)", "movwi", 0x1f800000, 0x12800000, COUNT_CLASS= }, @@ -91,17 +91,17 @@ static InsnClassExecCount aarch64_insn_classes[] =3D { { "Branches", "branch", 0x1c000000, 0x14000000, COUNT_CLASS= }, /* Loads and Stores */ { " AdvSimd ldstmult", "advlsm", 0xbfbf0000, 0x0c000000, COUNT_CLASS= }, - { " AdvSimd ldstmult++","advlsmp",0xbfb00000, 0x0c800000, COUNT_CLASS= }, + { " AdvSimd ldstmult++", "advlsmp", 0xbfb00000, 0x0c800000, COUNT_CLA= SS}, { " AdvSimd ldst", "advlss", 0xbf9f0000, 0x0d000000, COUNT_CLASS= }, - { " AdvSimd ldst++", "advlssp",0xbf800000, 0x0d800000, COUNT_CLASS= }, + { " AdvSimd ldst++", "advlssp", 0xbf800000, 0x0d800000, COUNT_CLAS= S}, { " ldst excl", "ldstx", 0x3f000000, 0x08000000, COUNT_CLASS= }, { " Prefetch", "prfm", 0xff000000, 0xd8000000, COUNT_CLASS= }, { " Load Reg (lit)", "ldlit", 0x1b000000, 0x18000000, COUNT_CLASS= }, - { " ldst noalloc pair", "ldstnap",0x3b800000, 0x28000000, COUNT_CLASS= }, + { " ldst noalloc pair", "ldstnap", 0x3b800000, 0x28000000, COUNT_CLAS= S}, { " ldst pair", "ldstp", 0x38000000, 0x28000000, COUNT_CLASS= }, { " ldst reg", "ldstr", 0x3b200000, 0x38000000, COUNT_CLASS= }, { " Atomic ldst", "atomic", 0x3b200c00, 0x38200000, COUNT_CLASS= }, - { " ldst reg (reg off)","ldstro", 0x3b200b00, 0x38200800, COUNT_CLASS= }, + { " ldst reg (reg off)", "ldstro", 0x3b200b00, 0x38200800, COUNT_CLAS= S}, { " ldst reg (pac)", "ldstpa", 0x3b200200, 0x38200800, COUNT_CLASS= }, { " ldst reg (imm)", "ldsti", 0x3b000000, 0x39000000, COUNT_CLASS= }, { "Loads & Stores", "ldst", 0x0a000000, 0x08000000, COUNT_CLASS= }, @@ -202,7 +202,7 @@ static void plugin_exit(qemu_plugin_id_t id, void *p) =20 counts =3D g_hash_table_get_values(insns); if (counts && g_list_next(counts)) { - g_string_append_printf(report,"Individual Instructions:\n"); + g_string_append_printf(report, "Individual Instructions:\n"); counts =3D g_list_sort(counts, cmp_exec_count); =20 for (i =3D 0; i < limit && g_list_next(counts); --=20 2.23.0