From patchwork Wed Sep 14 08:43:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 606043 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 EEB29ECAAD8 for ; Wed, 14 Sep 2022 08:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229945AbiINInz (ORCPT ); Wed, 14 Sep 2022 04:43:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229852AbiINIni (ORCPT ); Wed, 14 Sep 2022 04:43:38 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56F2F1091; Wed, 14 Sep 2022 01:43:36 -0700 (PDT) X-QQ-mid: bizesmtp79t1663145002t9q1ohmd Received: from localhost.localdomain ( [125.70.163.64]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 14 Sep 2022 16:43:20 +0800 (CST) X-QQ-SSF: 01000000002000E0G000B00A0000000 X-QQ-FEAT: RFp2QSjOiS4lyMvRhzy066XqcWoc4c4T2YPtMR49gMfuCrBujKXRx9Mh5KpH9 AytrNYeF9QZbqHnbU+CIVYvLuLJf4zE3n7czPCGfZrkAwytzHeJvuF519ju1KQIYCJSVt12 WXCkIfcirc/Was1sPyQSIdpGsaNSBguQarPVT3LK6UWl+yBF/CBaE3fJEjovr6sBeVDZyEN DKtUo51K3doALtzEl/C/4ASNlHifzTZCnKC16VsuySbIUb00YXmAAaTlXtrbhZEvprtIG+b YYMirDd9yLedqHhqxU28yjg6bM417zkpDDio5M4KpdfDZYu0HWYs95Ple+XvBY/g7bDRHM2 GFS8u8SLWi/mx6bZ3HYPX1Yit+3/xol4ukK9gdJ6OHla1XqgpSZkJBig8ovmBno+m3bQVqV v/vwsh/VMLztNlyFM+ld+A== X-QQ-GoodBg: 0 From: Jilin Yuan To: tony@atomide.com, linux@armlinux.org.uk Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] ARM: OMAP2+: fix repeated words in comments Date: Wed, 14 Sep 2022 16:43:15 +0800 Message-Id: <20220914084315.40165-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 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Delete the redundant word 'from'. Signed-off-by: Jilin Yuan --- arch/arm/mach-omap2/cm33xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/cm33xx.c b/arch/arm/mach-omap2/cm33xx.c index d61fa06117b4..c824d4e3db63 100644 --- a/arch/arm/mach-omap2/cm33xx.c +++ b/arch/arm/mach-omap2/cm33xx.c @@ -5,7 +5,7 @@ * Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/ * Vaibhav Hiremath * - * Reference taken from from OMAP4 cminst44xx.c + * Reference taken from OMAP4 cminst44xx.c */ #include