From nobody Fri Apr 17 22:31:11 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 9EDDAC433EF for ; Thu, 21 Jul 2022 06:56:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230481AbiGUG4U (ORCPT ); Thu, 21 Jul 2022 02:56:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229495AbiGUG4S (ORCPT ); Thu, 21 Jul 2022 02:56:18 -0400 Received: from mail-m973.mail.163.com (mail-m973.mail.163.com [123.126.97.3]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4A146785BE; Wed, 20 Jul 2022 23:56:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=7WLsv KfbMptcnjIS7k6U8KPhqugnDPD+Wflpy0DF+ks=; b=OsMs7l5AS0/jsja7HBf0l tYjsDzhXL/ewy8O/CR5uBfFeeDo1jLDdqUehtPZI0ps8DfBCCc3i1WG/gqiyOBpo R6JjOhoBKbWEHx020DJE6/H8jvJHaZ/wdlAOYPdI/xIL4ZUu73PSTzq3pCjgYzjO wQ9YXdGZhUwqaNwNOlRVlQ= Received: from localhost.localdomain (unknown [112.97.57.47]) by smtp3 (Coremail) with SMTP id G9xpCgD3oJqI+NhiOEq4QQ--.957S2; Thu, 21 Jul 2022 14:56:11 +0800 (CST) From: Slark Xiao 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, Slark Xiao Subject: [PATCH v2] s390/cpum_sf: Fix typo 'the the' in comment Date: Thu, 21 Jul 2022 14:56:04 +0800 Message-Id: <20220721065604.47758-1-slark_xiao@163.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CM-TRANSID: G9xpCgD3oJqI+NhiOEq4QQ--.957S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrZFykWry7AF1kurWrKryrtFb_yoWDuwc_Wr Z7t34vgw48Jr1IqrW5GFs5Wr43Kw4FkFyFy34kWry7Z34fKws8Zw1vyF4UZr95Xr4Svrs8 Zwn5Jwn5Aw12kjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7xRdcTZPUUUUU== X-Originating-IP: [112.97.57.47] X-CM-SenderInfo: xvod2y5b0lt0i6rwjhhfrp/1tbivwxFZFWB0i4bBgAAsn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao --- 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.25.1