diff mbox series

drivers/bus: fix repeated words in comments

Message ID 20221022053602.24624-1-wangjianli@cdjrlc.com
State New
Headers show
Series drivers/bus: fix repeated words in comments | expand

Commit Message

wangjianli Oct. 22, 2022, 5:36 a.m. UTC
Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/bus/ti-sysc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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.
  */