From nobody Tue Feb 10 03:38:11 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=1610939968; cv=none; d=zohomail.com; s=zohoarc; b=goM2ON7u1ebdMFGneQyb27DKERATWWkmB3aP+dkhSh1TbKDuLElar+vCIVcWVLXxHpzVOoykRNZj2i2xGKJbgbqixLbBH0yVe4j4XXsGswBer06OznY62MU1COiCLtnuMgcDaCi8Ov3h2CsP6j3XXlXwsEcASghpVYpXyg8mdpo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1610939968; 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=OA6F4Mx+2bDFPtutFSvgUkIoKDw48xDLjIFjLos0Byk=; b=oB3DbLa7+QNBqxS9ILt3YJOVOcro9FGmoovij284f2OC4ZuO2fYotjwgFACcXgF8QulcNK+Pi3f2PEHVjnXj7nQlBYpNAaTLE+Y0pSPerLD/UXWGECwTB6CIdLg7264ORYsP7+arIHhGNc3wqJN0ze1U59Tz618dJ3M8LcsTUa0= 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 1610939968885263.1986273351414; Sun, 17 Jan 2021 19:19:28 -0800 (PST) Received: from localhost ([::1]:55844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1L4f-0005Ci-RB for importer@patchew.org; Sun, 17 Jan 2021 22:19:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1L3e-0003vm-Qu for qemu-devel@nongnu.org; Sun, 17 Jan 2021 22:18:22 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:2936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1L3c-0006ps-DR for qemu-devel@nongnu.org; Sun, 17 Jan 2021 22:18:22 -0500 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DJxlf0wF7zMLb8; Mon, 18 Jan 2021 11:16:46 +0800 (CST) Received: from huawei.com (10.175.104.175) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Mon, 18 Jan 2021 11:17:58 +0800 From: zhouyang To: Subject: [PATCH v3 4/5] contrib: space required after that ',' Date: Mon, 18 Jan 2021 11:10:03 +0800 Message-ID: <20210118031004.1662363-5-zhouyang789@huawei.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20210118031004.1662363-1-zhouyang789@huawei.com> References: <20210118031004.1662363-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.191; envelope-from=zhouyang789@huawei.com; helo=szxga05-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_H2=-0.001, 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: , Cc: alex.chen@huawei.com, qemu-devel@nongnu.org, zhouyang789@huawei.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" I am reading contrib related code and 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 --- 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