From patchwork Mon May 14 12:23:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaldo Carvalho de Melo X-Patchwork-Id: 10398171 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D46AB60216 for ; Mon, 14 May 2018 12:25:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C3AEB29134 for ; Mon, 14 May 2018 12:25:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B709929136; Mon, 14 May 2018 12:25:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 96C1A29134 for ; Mon, 14 May 2018 12:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=V1XnbAmIg1Qx0bWfY7hzEUV7Md2ty9VDLp3kENPghjQ=; b=jB3MBt2Xs4DKO3p+sZB0eNEros FjDrqeqxinBBheZukCCRPAlobSEs7vzxQCYvvBySPg1Oiiuy5k7RQPyqjRruE2FoCNhFOUNqBBu8+ 5bgpuIAsKFfTOAYkEuW4US80YNEG7HjisH3ibMV+uM71J9Shl9KA+LiaTzQkX5DvvbFTQSwlQcCLQ alRWttvm+yc5WsyIE37FrDnvLbVlb20gDw7UoGzDkBFDn2EqOohzW6KeEZrdJxkcAF8KwCJXl0n4r gTlJV7QzrgNxQTIeXneJzq4jfE/9FrSm/Scai2TahrHbfrRrbBEA+yAiWzh/h3Parry8JN9R27eBk c7TtOnhw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fICXz-0003Qa-MR; Mon, 14 May 2018 12:25:47 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fICWB-0001Rf-LP for linux-arm-kernel@lists.infradead.org; Mon, 14 May 2018 12:24:16 +0000 Received: from jouet.infradead.org (177.207.143.132.dynamic.adsl.gvt.net.br [177.207.143.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9969D21738; Mon, 14 May 2018 12:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1526300624; bh=c0xA6D4tNXwUDfYLRMj734RO8OyTlSi7IaXQJiQWpFc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n7Waq59eLd8S7vRa+1/hf/+4YzEqzxdAYJlYhUZuB4OCJEP6c1bx+vK6JTBz7Sgh7 4HXdJC3lm2Cw3EJI0z+pUFhsfAteZBwAjXdWO1mXBtwgeY4eT9566po9g3jRAO4CNZ 5L8Dy20BOxidV9ZmP8RqH7Sw/EMURPDelETjHw1I= From: Arnaldo Carvalho de Melo To: Ingo Molnar Subject: [PATCH 4/5] perf cs-etm: Remove redundant space Date: Mon, 14 May 2018 09:23:20 -0300 Message-Id: <20180514122321.27304-5-acme@kernel.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180514122321.27304-1-acme@kernel.org> References: <20180514122321.27304-1-acme@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180514_052355_756830_F5D618C4 X-CRM114-Status: GOOD ( 10.58 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnaldo Carvalho de Melo , Clark Williams , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Alexander Shishkin , Peter Zijlstra , Leo Yan , Namhyung Kim , Jiri Olsa , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Leo Yan There have two spaces ahead function name cs_etm__set_pid_tid_cpu(), so remove one space and correct indentation. Signed-off-by: Leo Yan Acked-by: Mathieu Poirier Cc: Alexander Shishkin Cc: Jiri Olsa Cc: Namhyung Kim Cc: Peter Zijlstra Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/1525924920-4381-2-git-send-email-leo.yan@linaro.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/cs-etm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c index 2bf28b5acc08..bf16dc9ee507 100644 --- a/tools/perf/util/cs-etm.c +++ b/tools/perf/util/cs-etm.c @@ -613,8 +613,8 @@ cs_etm__get_trace(struct cs_etm_buffer *buff, struct cs_etm_queue *etmq) return buff->len; } -static void cs_etm__set_pid_tid_cpu(struct cs_etm_auxtrace *etm, - struct auxtrace_queue *queue) +static void cs_etm__set_pid_tid_cpu(struct cs_etm_auxtrace *etm, + struct auxtrace_queue *queue) { struct cs_etm_queue *etmq = queue->priv;