From nobody Mon Apr 6 09:43:17 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 4C5CFC38145 for ; Thu, 8 Sep 2022 12:56:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231743AbiIHM41 (ORCPT ); Thu, 8 Sep 2022 08:56:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231611AbiIHM4W (ORCPT ); Thu, 8 Sep 2022 08:56:22 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E59C5895DF for ; Thu, 8 Sep 2022 05:56:19 -0700 (PDT) X-QQ-mid: bizesmtp86t1662641764t6anmvuv Received: from localhost.localdomain ( [182.148.14.0]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 08 Sep 2022 20:56:03 +0800 (CST) X-QQ-SSF: 0100000000200090C000B00A0000000 X-QQ-FEAT: H7ipuM2k/9pzSk/YbezjBnfj2Gmo7EGbkzqs3TI1GW1VhtLkskNeT8bo12+iZ YYMQCSM0bMIdOSveI8/4ESFT6BQw4V/ESuyWMZ1kP9J4ukVSKjbReaHo8aOtIigYAVcePGJ BT8+QOWb3TflTQWfTJWNEUI7vlAHfUXef/SHgRUxxIwdZtPZr6d7RLzldACO5YbtZZ59J74 SyNg3Wqq02ZqFiWDJvZepjPgafNcxNnw6faa8MuXPwl665jB7iJoD5y+eJADsstu+p4vOrR fS0uctV1WzZS/DAeK2uCdbzWm0Qw8vcXRIB9fzd84U98MJntj/A1NibpmMamkAwyTIUlsB1 cjGvgIVvapF8odbp8Zt1fhq+fCl0PzmguHbXnQY2QeJHO5N5PsxT9i/07WwTQ== X-QQ-GoodBg: 0 From: wangjianli To: daniel@zonque.org, haojian.zhuang@gmail.com, robert.jarzmik@free.fr Cc: linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] arm/mach-pxa: fix repeated words in comments Date: Thu, 8 Sep 2022 20:55:57 +0800 Message-Id: <20220908125557.29246-1-wangjianli@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:qybglogicsvr7 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: wangjianli --- 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