bus: ti-sysc: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Thu, 11 Aug 2022 12:11:19 +0000 (20:11 +0800)
committerTony Lindgren <tony@atomide.com>
Mon, 27 Mar 2023 08:23:23 +0000 (11:23 +0300)
The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Message-Id: <20220811121119.20288-1-wangborong@cdjrlc.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c

index 524f4113043ce104413a969f9d6689c447afb4dc..6c49de37d5e90f98cf63b2875bbe3d3ed18c8b76 100644 (file)
@@ -890,7 +890,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)