From nobody Tue Apr 7 05:34:58 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 27AE8ECAAA1 for ; Wed, 31 Aug 2022 00:55:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231536AbiHaAzk (ORCPT ); Tue, 30 Aug 2022 20:55:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229645AbiHaAzh (ORCPT ); Tue, 30 Aug 2022 20:55:37 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 384803FA11; Tue, 30 Aug 2022 17:55:33 -0700 (PDT) X-QQ-mid: bizesmtp71t1661907326thqev3j7 Received: from localhost.localdomain ( [182.148.13.26]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 31 Aug 2022 08:55:25 +0800 (CST) X-QQ-SSF: 01000000000000D0E000000A0000000 X-QQ-FEAT: r/cTxDoDoiEUJB1x/y0g/y9aiEOuG+0p/qt4054NpODYVPa4ZLjp3hQ9sVv23 MOOgYgNx3IXyhubPKvxm9JrxGfUjkFd5jHPAdmGz0ashHPcJnIAokQgCENUmt9Z51oactLQ jAl53Uwnyo3MdwZv7gBfTB5qOa6dYY3D4jpgaRP29gwFwFRZvh20p+qObE554v/YgCrlerP knzhtIxhzUh4EQqp6bNcqvkBrzQ6KqtpPrIzbUxg1gcXBhkqG1TyThk6y1whw+sx3+2OKL7 ISrNlpTuf4A0rmuyawhU7ehFNCAZWUBKy9itis9VfOvnoZ3nGfmnGRWhCIEoCUsVKfCRY6f jC9JTkHOE6/cLICkVt6/H4qwg4Tku6EL6Tjifga0aPJI+6B0Vc= X-QQ-GoodBg: 0 From: Jilin Yuan To: davem@davemloft.net Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] sparc: fix repeated words in comments Date: Wed, 31 Aug 2022 08:55:19 +0800 Message-Id: <20220831005519.41306-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/sparc/kernel/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/kernel/pci.c b/arch/sparc/kernel/pci.c index cb1ef25116e9..07897cb09bbd 100644 --- a/arch/sparc/kernel/pci.c +++ b/arch/sparc/kernel/pci.c @@ -310,7 +310,7 @@ static struct pci_dev *of_create_pci_dev(struct pci_pbm= _info *pbm, /* We can't actually use the firmware value, we have * to read what is in the register right now. One * reason is that in the case of IDE interfaces the - * firmware can sample the value before the the IDE + * firmware can sample the value before the IDE * interface is programmed into native mode. */ pci_read_config_dword(dev, PCI_CLASS_REVISION, &class); --=20 2.36.1