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=-12.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 4895BC433B4 for ; Tue, 11 May 2021 13:24:49 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 D289361288 for ; Tue, 11 May 2021 13:24:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D289361288 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=2+/emqmly+JHS8LxmJoOqk2Qz0v5KXbfHAts4UZFFnE=; b=dvLEamgoUMiapevmf1VmutxrPz MB/35ibKVOy2U9J2dWMcu/GNkhU0m+tPSRED7gP2N/O1V306jw+W5TCmg3A4XgP98xgKYq75sQTGe YuaEauYDeANVLC35Kdl1ET+0fjZBI1HP5V3EauZdryacFapXlN/RJO4AiigZKFFHBZRExBzB8UdJW xLlzTR2zKWBo78PmuPesCKEj8ReOWyNJI9glxhm3oj1gDpspK6BZtonqTKZZfBUE8JTk5LPPearAf GZ1Lti9OOh2gC5LstiorYqaoCYnAvKh3C6sUdWECaoeXZUsJrbSRNm7Z2pQKX+xvxuzI/bDjXtrsY 0NDSbt3w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lgSLx-0004nO-66; Tue, 11 May 2021 13:23:13 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lgRUP-00HNxs-EQ for linux-arm-kernel@desiato.infradead.org; Tue, 11 May 2021 12:27:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Type:MIME-Version:Message-ID: Date:Subject:CC:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=uMbE1NGoIU302IOfFRTWHNjFgOXaGdjA1s01xHAeC0A=; b=2wmlgUyfCOxxgFythwNESYJkI5 2ctaali/mK1e2kpgoIxTaLRgrMQh+jX9+7zbEW4D/qu5ceZICcS1wNqnS3/Op9s1m71M5KwdyFMjD Lt/51ZquVp1PVnfKJQRxR3LPQ8523TgUWby7xiLonsceAOcx36hLh/UjWgQObwuR8fv93jz0rU1xi F+4PTkAmM16s8z52Z+8IIe/VJWGiJosoRy1B4Lkt06VMVM+fwTS3D7sIRRcsYfEM6fzQkjSh+G3ns aAqd2nG/RdNu7nfgpXnPb2Y4wDzaxRZx6/d8bmd17CIniuG36xYQYWAghxtPgUAbyaE45rElhWZ8G ezc2JxNg==; Received: from szxga04-in.huawei.com ([45.249.212.190]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lgRUM-009ZEy-DQ for linux-arm-kernel@lists.infradead.org; Tue, 11 May 2021 12:27:52 +0000 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FfcYL52BszmgHL; Tue, 11 May 2021 20:24:22 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Tue, 11 May 2021 20:27:35 +0800 From: Jay Fang To: , CC: , , , Subject: [PATCH 0/4] drivers/perf: Fix ERRORs reported by checkpatch Date: Tue, 11 May 2021 20:27:30 +0800 Message-ID: <1620736054-58412-1-git-send-email-f.fangjian@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210511_052750_644903_C9A02F7C X-CRM114-Status: UNSURE ( 6.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Junhao He This patch-set fix some coding style issues reported by checkpatch tool. Junhao He (4): drivers/perf: arm_spe_pmu: Fix some coding style issues drivers/perf: arm_pmu: Fix some coding style issues drivers/perf: arm-cmn: Add space after ',' drivers/perf: arm-cci: Fix checkpatch spacing error drivers/perf/arm-cci.c | 4 ++-- drivers/perf/arm-cmn.c | 2 +- drivers/perf/arm_pmu.c | 6 ++---- drivers/perf/arm_spe_pmu.c | 5 +---- 4 files changed, 6 insertions(+), 11 deletions(-) -- 2.8.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel