From nobody Fri Apr 3 08:18: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 846AAECAAD8 for ; Wed, 14 Sep 2022 08:38:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbiINIi3 (ORCPT ); Wed, 14 Sep 2022 04:38:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229535AbiINIiZ (ORCPT ); Wed, 14 Sep 2022 04:38:25 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CABA69F44 for ; Wed, 14 Sep 2022 01:38:20 -0700 (PDT) X-QQ-mid: bizesmtp63t1663144676tb84i9kg Received: from localhost.localdomain ( [125.70.163.64]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 14 Sep 2022 16:37:54 +0800 (CST) X-QQ-SSF: 01000000002000E0G000B00A0000000 X-QQ-FEAT: D2GZf6M6C/hQpRBNyjq9XX0VRZZ9+Zv5wVn9VHrReivnJKeyJCbIygSGYvq/G 7c2wCJGP2sSE0WagPqVlY95RqedO5cVTgvDSPuUkM7aQQKuJww5ViyeZ6StkoVe1YIG8BT3 6lxLZykHUkqk79j6v6Y2Ql0KPXgGeZOz5y3gQE1AhPxbsW0i2Oud/TArapcaPYfUZLD11dw TS2AEDunCGi3475ztO942ty1WFNo53e74d3Zsp0MRx6SJWvNbd9XqDfSPwg0du4iaT7UXLe F0tw9irpE3G3NU6zjGXAiHkFfIDL/ND160yfsnxeRFgpp+HOGXt/2hso+nEolkCthVqq7kU D7ZHRoeUxKaUpHfN9VJXbzSsdaHgPd7GOTwk82+9kTc7mzPE9k= 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.orgc, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] ARM: pxa: fix repeated words in comments Date: Wed, 14 Sep 2022 16:37:46 +0800 Message-Id: <20220914083746.29370-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 'in'. Signed-off-by: Jilin Yuan --- arch/arm/mach-pxa/palm27x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/palm27x.c b/arch/arm/mach-pxa/palm27x.c index 1a8d25eecac3..116183859357 100644 --- a/arch/arm/mach-pxa/palm27x.c +++ b/arch/arm/mach-pxa/palm27x.c @@ -160,7 +160,7 @@ void __init palm27x_lcd_init(int power, struct pxafb_mo= de_info *mode) #if defined(CONFIG_USB_PXA27X) || \ defined(CONFIG_USB_PXA27X_MODULE) =20 -/* The actual GPIO offsets get filled in in the palm27x_udc_init() call */ +/* The actual GPIO offsets get filled in the palm27x_udc_init() call */ static struct gpiod_lookup_table palm27x_udc_gpiod_table =3D { .dev_id =3D "gpio-vbus", .table =3D { --=20 2.36.1