From nobody Fri Apr 10 15:41:30 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07F93C28D13 for ; Mon, 22 Aug 2022 12:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234246AbiHVMnL (ORCPT ); Mon, 22 Aug 2022 08:43:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229882AbiHVMnI (ORCPT ); Mon, 22 Aug 2022 08:43:08 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2150932EFE; Mon, 22 Aug 2022 05:43:04 -0700 (PDT) X-QQ-mid: bizesmtp66t1661172171tqmdel8e Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Mon, 22 Aug 2022 20:42:50 +0800 (CST) X-QQ-SSF: 01000000002000C0D000B00A0000000 X-QQ-FEAT: ElntjVByhgV5Ei9BmafEicp7RVbJm7ahRQPG/HG+Fm1GMRLI9bUePGYjWp1As xMU5YDdkwIBP4PQ5pvMUT3iwL3RiVyer6EdasXkyJMDgfxS1RHo8VVz/DEDEYG2sLPCJciZ Dc3wkPw1Hw/mv58HQRS/2uHknyICzidbVENCLsiWLN8qInt7fjxOGqKqxKR2GRGASdDpMvY RTfLLRoJUSiuEHITO7v4bW7B+yv/genf76jIm0TkhMC82txp2F+uCRqu8r2XzBPU3YMccxG Mrb8BFohGtAM16JcjWeBnFP8NXgmTroUpU+xvJ/J3qH9TcSlwN6qAeSPwLM2bcIO35FoARs mS7wywGcR1s9tL7SkagzsetXuBK1+InfDzJY/5xonGeWTCs0bv8Q5asvmwwhUuLG/QPEnGs X-QQ-GoodBg: 0 From: Jilin Yuan To: mathieu.poirier@linaro.org, suzuki.poulose@arm.com, peterz@infradead.org, mingo@redhat.com Cc: linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] perf/util: fix repeated words in comments Date: Mon, 22 Aug 2022 20:42:43 +0800 Message-Id: <20220822124243.34053-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- tools/perf/util/cs-etm.c | 2 +- tools/perf/util/probe-event.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c index 8b95fb3c4d7b..16db965ac995 100644 --- a/tools/perf/util/cs-etm.c +++ b/tools/perf/util/cs-etm.c @@ -1451,7 +1451,7 @@ static int cs_etm__sample(struct cs_etm_queue *etmq, * tidq->packet->instr_count represents the number of * instructions in the current etm packet. * - * Period instructions (Pi) contains the the number of + * Period instructions (Pi) contains the number of * instructions executed after the sample point(n) from the * previous etm packet. This will always be less than * etm->instructions_sample_period. diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index 062b5cbe67af..67c12d5303e7 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c @@ -1349,7 +1349,7 @@ int parse_line_range_desc(const char *arg, struct lin= e_range *lr) /* * Adjust the number of lines here. * If the number of lines =3D=3D 1, the - * the end of line should be equal to + * end of line should be equal to * the start of line. */ lr->end--; --=20 2.36.1