diff mbox series

bus: ti-sysc: Fix double word in comments

Message ID 20220825145510.6549-1-dengshaomin@cdjrlc.com (mailing list archive)
State New, archived
Headers show
Series bus: ti-sysc: Fix double word in comments | expand

Commit Message

Shaomin Deng Aug. 25, 2022, 2:55 p.m. UTC
Delete the repeated word "the" in line 918.

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

Comments

Tony Lindgren March 27, 2023, 7:36 a.m. UTC | #1
* Shaomin Deng <dengshaomin@cdjrlc.com> [220825 17:48]:
> Delete the repeated word "the" in line 918.

FYI, I'm applying an earlier similar patch from Jason Wang.

Regards,

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)