[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221022053602.24624-1-wangjianli@cdjrlc.com>
Date: Sat, 22 Oct 2022 13:36:02 +0800
From: wangjianli <wangjianli@...rlc.com>
To: tony@...mide.com
Cc: linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org,
wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] drivers/bus: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
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 9a7d12332fad..a864f24d6b4f 100644
--- a/drivers/bus/ti-sysc.c
+++ b/drivers/bus/ti-sysc.c
@@ -912,7 +912,7 @@ static int sysc_check_registers(struct sysc *ddata)
* Note that the interconnect target module registers can be anywhere
* 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
+ * has them at offset 0x1200 in the CPSW_WR child. Usually
* the interconnect target module registers are at the beginning of
* the module range though.
*/
--
2.36.1
Powered by blists - more mailing lists