From nobody Fri Apr 17 22:31:10 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 D7291C433EF for ; Thu, 21 Jul 2022 03:29:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231464AbiGUD3F (ORCPT ); Wed, 20 Jul 2022 23:29:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbiGUD3A (ORCPT ); Wed, 20 Jul 2022 23:29:00 -0400 Received: from mail-m974.mail.163.com (mail-m974.mail.163.com [123.126.97.4]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4252A61D97; Wed, 20 Jul 2022 20:28:58 -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=I9ruW bG/FbX8yk7Dg6VnLinxVLXAGRUiRYMlTX8v/sE=; b=R1x7M1jfLDt3Fq3+SkBsX l9+BI8RpjT5AThutPYuFHWux/Kl4xv4dEafjLX0YZGaf1tXJh86NtwiMTsUjtrgp 14vjSiekNM7z05mZwG0G39Ggw8sXkz1l2NQSHx1mXEJyAi18EqK+BNBKa+aRJjDm DBoxdaL/0MmaTBO02hESk4= Received: from localhost.localdomain (unknown [112.97.57.47]) by smtp4 (Coremail) with SMTP id HNxpCgDHEYLzx9hiMZp_Pw--.2623S2; Thu, 21 Jul 2022 11:28:53 +0800 (CST) From: Slark Xiao To: davem@davemloft.net Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, Slark Xiao Subject: [PATCH] sparc/PCI: Fix typo 'the the' in comment Date: Thu, 21 Jul 2022 11:28:49 +0800 Message-Id: <20220721032849.44495-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: HNxpCgDHEYLzx9hiMZp_Pw--.2623S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrZFykKrWUGFWDtr47GF43trb_yoW3trb_W3 47Za18G3yFvrs7Xw17Cw43ZrWay3WF9a1fAryS934DJF13WrZxWryrJw4UJFn8W3yDGFWk t398Jwn09r1jgjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7xRBHqKtUUUUU== X-Originating-IP: [112.97.57.47] X-CM-SenderInfo: xvod2y5b0lt0i6rwjhhfrp/1tbiJRZFZGAJpJau6gAAsN 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/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 31b0c1983286..385c61d199cd 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.25.1