From nobody Tue Apr 7 03:55:18 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 70633ECAAD3 for ; Wed, 31 Aug 2022 06:37:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229712AbiHaGhx (ORCPT ); Wed, 31 Aug 2022 02:37:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbiHaGhv (ORCPT ); Wed, 31 Aug 2022 02:37:51 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA9A4A5C78; Tue, 30 Aug 2022 23:37:49 -0700 (PDT) X-QQ-mid: bizesmtp81t1661927864trwquawg Received: from localhost.localdomain ( [182.148.13.26]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 31 Aug 2022 14:37:43 +0800 (CST) X-QQ-SSF: 01000000000000D0E000000A0000000 X-QQ-FEAT: hoArX50alxGwaBU1YZbUJfnLJShSYQ7GMsq5aaskZBklXsram6OentME+5JkB 6oDxFDxiBZqR8vv1iX1WQyR/JYjYLh6ugCrh9Ec+qUjuTxXUidyx7vpfvinByxKux3SIGsg k8YuSEgWHX3QsC48bUceuFEPmV6+0Q4n1JCBPnTDlYHjZ22xuyR4r3svbekqNH1EUHYZGtP yQ13IdWSJAuN6a02U4OnmlSiFStk1Y26PS5nSD92oT1zev7Ngl+TzbFgPTrVXcGEmWbfsH0 UDWSob7+O7WDVMxWp0hh+9/vC/c5VVzNkWn/+4U0jOzMPLHLyFBJtoYFJI1sZZpFruk8kNC OAY6dJsbQWYDT8/TDqFGhawvl+zCOyDQPEYC9htcgk1dJHcDkC9lXLCAkVhpw== 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/delay: fix repeated words in comments Date: Wed, 31 Aug 2022 14:37:37 +0800 Message-Id: <20220831063737.18460-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 'that'. Signed-off-by: Jilin Yuan --- arch/s390/lib/delay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/lib/delay.c b/arch/s390/lib/delay.c index f7f5adea8940..c32bc8f7c1fd 100644 --- a/arch/s390/lib/delay.c +++ b/arch/s390/lib/delay.c @@ -16,7 +16,7 @@ void __delay(unsigned long loops) /* * To end the bloody studid and useless discussion about the * BogoMips number I took the liberty to define the __delay - * function in a way that that resulting BogoMips number will + * function in a way that resulting BogoMips number will * yield the megahertz number of the cpu. The important function * is udelay and that is done using the tod clock. -- martin. */ --=20 2.36.1