diff mbox series

bus: ti-sysc: Fix comment typo

Message ID 20220811121119.20288-1-wangborong@cdjrlc.com
State New
Headers show
Series bus: ti-sysc: Fix comment typo | expand

Commit Message

Jason Wang Aug. 11, 2022, 12:11 p.m. UTC
The double `the' is duplicated in the comment, remove one.

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

Comments

Tony Lindgren March 27, 2023, 7:35 a.m. UTC | #1
* Jason Wang <wangborong@cdjrlc.com> [220811 15:05]:
> The double `the' is duplicated in the comment, remove one.

Thanks applying into omap-for-v6.4/ti-sysc.

Tony
diff mbox series

Patch

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)