From patchwork Thu Aug 25 12:34:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 12954626 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 63B44C28D13 for ; Thu, 25 Aug 2022 12:34:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241832AbiHYMec (ORCPT ); Thu, 25 Aug 2022 08:34:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237455AbiHYMeb (ORCPT ); Thu, 25 Aug 2022 08:34:31 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4E35AED89; Thu, 25 Aug 2022 05:34:29 -0700 (PDT) X-QQ-mid: bizesmtp68t1661430866ta51x04m Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 25 Aug 2022 20:34:24 +0800 (CST) X-QQ-SSF: 01000000002000C0E000B00A0000000 X-QQ-FEAT: r/cTxDoDoiH37fhH4E8Ls+G6Pfl4eerV3Sc/K80AH+f9IIoeCEvXrAGEFlfOn +0Jz4spDcFJLIbRHlBChya/h3w2OMuS9yRynX/bWdE+JQC5awFW1hG/yyKIcBHwwRauJq2A HYDvfXGEfrxC+RJCL3oAJ3oBSPF/jnNFquN3MUHEsIprJo9MwWdWjDExYJXp9L9foLkT21M 9kzQl/p+uqd2IoxlYOp2AyFYKhCpdemf4O1xjlOLeFWkj531TBt+H/wSteCnWp/SLiaD4X7 9tBV2SRFpYDcOtQUOqjurv7UOpI+hvE3pIRP2e/Nvm1RZJjwVA4KA801/rfW67qGPIOe0Mq oEP6OFbtnYDMiSyUjc8Y1/GE9BuI9sWPdcu3TEpZGT9dAYnM+5277uMGKj1lCMsjTlttqNK X-QQ-GoodBg: 0 From: Jilin Yuan To: tony@atomide.com Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] drivers/bus: fix repeated words in comments Date: Thu, 25 Aug 2022 20:34:18 +0800 Message-Id: <20220825123418.37676-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 'the'. Signed-off-by: Jilin Yuan --- drivers/bus/ti-sysc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 51d772bb8046..2386e8013e18 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -915,7 +915,7 @@ static int sysc_check_registers(struct sysc *ddata) * within the interconnect target module range. For example, SGX has * them at offset 0x1fc00 in the 32MB module address space. And cpsw * has them at offset 0x1200 in the CPSW_WR child. Usually the - * the interconnect target module registers are at the beginning of + * interconnect target module registers are at the beginning of * the module range though. */ static int sysc_ioremap(struct sysc *ddata)