From nobody Sat Apr 11 02:18:40 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 2B2EFC25B0E for ; Tue, 16 Aug 2022 17:19:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234420AbiHPRTk (ORCPT ); Tue, 16 Aug 2022 13:19:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233040AbiHPRTi (ORCPT ); Tue, 16 Aug 2022 13:19:38 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7003103D; Tue, 16 Aug 2022 10:19:35 -0700 (PDT) X-QQ-mid: bizesmtp64t1660670366tks0ghpl Received: from harry-jrlc.. ( [182.148.12.144]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 17 Aug 2022 01:19:12 +0800 (CST) X-QQ-SSF: 0100000000200060D000B00A0000020 X-QQ-FEAT: bGmS3fyrBp12/e0DFbIwYCQhqR2zVRWpMPwuhxRfsmlGsOD7VN+7jRmT1J9Qf xm7rcEcrE+pOuNnP/eFWNz/bLPcx8yY6IcK6Il8XkTg1q3q1TT2WOXaRjMysGa/uP1H13ng ZXrpVXRR12sBclaWbhNMM9Mr5SkeWVGB0ECuMstMTHR+77tTdAZbzbRxBA4qnjzutANJ+Kv MMwj3IFpSmWy6hKVKzHlKr6xUghX5GE8wiD1b/kAD2K/Xk9ETp3+zvDuhRWnNGZnRoX2QxK /j45+YdA23Sdjc9NBod+Fb9wE5CD6Vl+hPM2FEZNsqEpf8ekJoEF2rt0vhhwuqy9U3pBjK0 1pib7ezR1DucAKUNnc= X-QQ-GoodBg: 0 From: Xin Gao To: hca@linux.ibm.com, gor@linux.ibm.com, agordeev@linux.ibm.com Cc: borntraeger@linux.ibm.com, svens@linux.ibm.com, tmricht@linux.ibm.com, sumanthk@linux.ibm.com, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Xin Gao Subject: [PATCH] s390/cpum_sf.c: Fix comment typo Date: Wed, 17 Aug 2022 01:19:11 +0800 Message-Id: <20220816171911.6888-1-gaoxin@cdjrlc.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The double `the' is duplicated in the comment, remove one. Signed-off-by: Xin Gao Acked-by: Thomas Richter --- 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.30.2