From patchwork Mon Jul 25 04:43:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Wang X-Patchwork-Id: 594440 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 904CEC04A68 for ; Thu, 28 Jul 2022 12:45:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229995AbiG1Mpi (ORCPT ); Thu, 28 Jul 2022 08:45:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236117AbiG1Mph (ORCPT ); Thu, 28 Jul 2022 08:45:37 -0400 Received: from smtpbg.qq.com (biz-43-154-54-12.mail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA5CE1A5; Thu, 28 Jul 2022 05:45:30 -0700 (PDT) X-QQ-mid: bizesmtp65t1659012326tdbgplrz Received: from localhost.localdomain ( [171.223.98.80]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 28 Jul 2022 20:45:25 +0800 (CST) X-QQ-SSF: 01000000002000F0U000B00A0000020 X-QQ-FEAT: SFhf6fKhx//w7iSJlCXhT6KJ3Wj3HCbMRbGOtz0uibZcblkdhhoPLS/lcCr+5 oXTAHNKyFmkR3glz2P8kIb2ytq6V1M1A+hBx/ENKNVok34+bOiWlyepamY3Z7Y3b9yTUY8v xWtZidhoTStqYm1/zRabKyo18i8qPnpyOdbGD08FNXwbvQjjn4yDJ3YdBUFQNj/JjNj4nNK J1uJSFxjHEMS5lN9K/4Giat1tr5jquS/uctZLvolG74ForJoQsQIuaesBlZlgsYL9YeiGyN cfd9W1/DL2ZkQBZhLEoGSzfwMi6I9yVEosmkSzggwT5A43GWafji23FtL71pLk3mc4LV4dq 3oqN5euJ2DFTRKlFnTbWG8AQZUOjaHZKV1RWC1pFoTuhCl1iDpJDMzxsy5fJe+ksdITWsyy X-QQ-GoodBg: 0 From: Jason Wang To: tony@atomide.com Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Wang Subject: [PATCH] bus: ti-sysc: Fix comment typo Date: Mon, 25 Jul 2022 12:43:33 +0800 Message-Id: <20220725044333.9161-1-wangborong@cdjrlc.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang --- 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)