From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 805E7C6FA89 for ; Wed, 14 Sep 2022 09:01:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=zOjl3z+NNNh3hgub8oPk1gWBmctSaqB5sHnr6gajPYA=; b=AMgmVzb5z91n7D S+LESGNg75bdwuOz1Th458ZGTE//VfimzzV9ORrU3BwZK81hMbo1DeXwz7VdY57ap93pA6e9ZSpXf iREuv7fbSQLQEb9huN0GL8ZyGQWxvbtP1inBNGZWh2GKMnsQgtyqFo/xivEoJBZYUmlTxEbXuMWEZ is/Bwkc0hY7ACsq9O3cu9UYW09HxoZVNs5HQIGpt80VTnvn0T7cz+zCpveSk4NRpqC6qtKUNCPjz1 NRSgUU3OUkzJXqUOAxarZd1RGQ4bOPOLHL43hypsePHjTuCwICUnLPf6E4W2WCZO9E7Ge/CfGu05F I5cBd/UlmeMqxEaJ/7Lg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYOFj-00Dn0J-AY; Wed, 14 Sep 2022 09:00:15 +0000 Received: from bg4.exmail.qq.com ([43.155.65.254]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYNwa-00DeDI-RK for linux-arm-kernel@lists.infradead.org; Wed, 14 Sep 2022 08:40:31 +0000 X-QQ-mid: bizesmtp75t1663144811t6s1gzh9 Received: from localhost.localdomain ( [125.70.163.64]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 14 Sep 2022 16:40:09 +0800 (CST) X-QQ-SSF: 01000000002000E0G000B00A0000000 X-QQ-FEAT: FW0hP5rQkEvZp8XoIGOH34yPYMx3+KwFpZLWtApxdONlAF/WfiiEYGpcVI2vq FDuyXAa+D8bpxrFqIR23Eq/Pmp8EbVDdwO2shdnVfIA1eiIWoweC3aq1RIsqyTnGmkJysbD dqirpPEUZUKg2wRXwZ45gnNfgqSoojPJ490xmGNtSvBWoaSY9Au6yGD1KndUzGXRs4R+bAK DbyIHontiu7QHA3tWAwyoGGj/VMG06S+bvGMdux8OjhcBgyPb6PZ9Yu/EXgMm5HpxVXwGIm cUfOuBmMNepSSsuMoGHH0PL861J3rIvgvVNIsukS/i9Lyrh/a2la8z3Pl12kziQZwYTlCui JwRZSUCK35P2cZgqGFjmdc6Ru6VzoCIt9ALunjVbthjY7Zm8vTBEiTeaXRsEfUghiUpGwYk X-QQ-GoodBg: 0 From: Jilin Yuan To: daniel@zonque.org, haojian.zhuang@gmail.com, robert.jarzmik@free.fr, linux@armlinux.org.uk Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] ARM: pxa: fix repeated words in comments Date: Wed, 14 Sep 2022 16:40:03 +0800 Message-Id: <20220914084003.32011-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220914_014029_238026_C0E4919C X-CRM114-Status: GOOD ( 11.63 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- arch/arm/mach-pxa/hx4700-pcmcia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/hx4700-pcmcia.c b/arch/arm/mach-pxa/hx4700-pcmcia.c index e2331dfe427d..860b78aed18c 100644 --- a/arch/arm/mach-pxa/hx4700-pcmcia.c +++ b/arch/arm/mach-pxa/hx4700-pcmcia.c @@ -30,7 +30,7 @@ static int hx4700_pcmcia_hw_init(struct soc_pcmcia_socket *skt) /* * IRQ type must be set before soc_pcmcia_hw_init() calls request_irq(). * The asic3 default IRQ type is level trigger low level detect, exactly - * the the signal present on GPIOD4_CF_nCD when a CF card is inserted. + * the signal present on GPIOD4_CF_nCD when a CF card is inserted. * If the IRQ type is not changed, the asic3 interrupt handler will loop * repeatedly because it is unable to clear the level trigger interrupt. */ -- 2.36.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel