From nobody Tue Apr 7 03:55:17 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 91572C0502C for ; Wed, 31 Aug 2022 06:39:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230367AbiHaGjr (ORCPT ); Wed, 31 Aug 2022 02:39:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230373AbiHaGj3 (ORCPT ); Wed, 31 Aug 2022 02:39:29 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56832BE4F8; Tue, 30 Aug 2022 23:39:25 -0700 (PDT) X-QQ-mid: bizesmtp70t1661927959t2spadwu Received: from localhost.localdomain ( [182.148.13.26]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 31 Aug 2022 14:39:18 +0800 (CST) X-QQ-SSF: 01000000000000D0E000000A0000000 X-QQ-FEAT: r/cTxDoDoiGYHY4msGThDPsUXtghOn+zjRYbUJrgOJwjlIpQi7JcA2FmNnlD1 sYmBu9fH2LVxxT4IeCLCRPmKInYl5kLN2N2pJSnUTbjI/NQjKtWgMo2P/hJ3Clp4dunxSeM KXYJOaLITUENHBWnP2TgqM7d9Xzq9VFSe262BgIrNHcC6wlr6v3T5qIBsTqUtKNdZ8akUdH BMhy8URWNrIjZhiYWqLkfkippA2d4FEG/Eaxv+i+7GgquMloyA2+LebPiMu9z+8I/R4ATxa nzUVnvVZbAhzFWv6IHrX9ug792D3gixZtIK2PcAdgUsKwGQNnjotE+jRh+Fl++iD00W5kIL vuIO3pXHOOx/4aBWJraZpau9lG/VA35oAwJ1+5JAnskcgJUxeW+ekKAESTHDQ== X-QQ-GoodBg: 0 From: Jilin Yuan To: hca@linux.ibm.com, gor@linux.ibm.com, agordeev@linux.ibm.com, borntraeger@linux.ibm.com, svens@linux.ibm.com Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] s390/cpumf: fix repeated words in comments Date: Wed, 31 Aug 2022 14:39:12 +0800 Message-Id: <20220831063912.19738-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 --- arch/s390/kernel/perf_cpum_sf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_s= f.c index 332a49965130..0fda19b1e21d 100644 --- a/arch/s390/kernel/perf_cpum_sf.c +++ b/arch/s390/kernel/perf_cpum_sf.c @@ -1160,7 +1160,7 @@ static void perf_event_count_update(struct perf_event= *event, u64 count) * combined-sampling data entry consists of a basic- and a diagnostic-samp= ling * data entry. The sampling function is determined by the flags in the perf * event hardware structure. The function always works with a combined-sa= mpling - * data entry but ignores the the diagnostic portion if it is not availabl= e. + * data entry but ignores the diagnostic portion if it is not available. * * Note that the implementation focuses on basic-sampling data entries and= , if * such an entry is not valid, the entire combined-sampling data entry is --=20 2.36.1