From patchwork Thu Jun 2 08:47:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiang wangx X-Patchwork-Id: 1638248 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4LDKR548wCz9sFr for ; Thu, 2 Jun 2022 18:48:01 +1000 (AEST) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4LDKR43XBqz4xXg for ; Thu, 2 Jun 2022 18:48:00 +1000 (AEST) Received: by gandalf.ozlabs.org (Postfix) id 4LDKR43TXVz4xZC; Thu, 2 Jun 2022 18:48:00 +1000 (AEST) Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: gandalf.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=sparclinux-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4LDKR43K0dz4xXg for ; Thu, 2 Jun 2022 18:48:00 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229899AbiFBIr7 (ORCPT ); Thu, 2 Jun 2022 04:47:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232270AbiFBIr6 (ORCPT ); Thu, 2 Jun 2022 04:47:58 -0400 Received: from smtpbg.qq.com (smtpbg136.qq.com [106.55.201.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F325BA0; Thu, 2 Jun 2022 01:47:50 -0700 (PDT) X-QQ-mid: bizesmtp88t1654159656t7jkw0u3 Received: from localhost.localdomain ( [117.176.187.31]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 02 Jun 2022 16:47:27 +0800 (CST) X-QQ-SSF: 01000000002000B0G000B00A0000000 X-QQ-FEAT: XNMJAYeyDb1BQja60L+e0Tyze+zeCnNkRVEr1wydgq72XgMHSlMxTEc+H4rNl +xryqX8Vi52mNztyT7QyvEnWKFNh5WcORdkbrVtvzOFh7gET22Be6M/X+e8EO3pcbuELgFU xTgANtbV4Sz/wotfUXh66kMhgEati9WvqKQPozUhK2fVLmlja0I/uAADURAbJSiBH6iRGtC IXvGbeEF4VgUrkOWIG217DTEQiyQNceyPj1z2oZpDHsy/6ScEegIGT6KIqXafbM4j3Nv8ZR I2p5zXDo4xAFiebEXCALam5LLrpsZEzbp2dMJ2EhteDmcw8kLCWzJSSeqO55RBUzeh+Q== X-QQ-GoodBg: 0 From: Xiang wangx To: davem@davemloft.net Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, Xiang wangx Subject: [PATCH] PCI: Fix syntax errors in comments Date: Thu, 2 Jun 2022 16:47:26 +0800 Message-Id: <20220602084726.11902-1-wangxiang@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam7 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS, T_SCC_BODY_TEXT_LINE,T_SPF_HELO_TEMPERROR autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org Delete the redundant word 'the'. Signed-off-by: Xiang wangx --- 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);