[PATCH] drivers/bus: fix repeated words in comments

Jilin Yuan posted 1 patch 3 years, 7 months ago
There is a newer version of this series
drivers/bus/ti-sysc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drivers/bus: fix repeated words in comments
Posted by Jilin Yuan 3 years, 7 months ago
 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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 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)
-- 
2.36.1
Re: [PATCH] drivers/bus: fix repeated words in comments
Posted by Tony Lindgren 3 years ago
* Jilin Yuan <yuanjilin@cdjrlc.com> [220825 15:27]:
>  Delete the redundant word 'the'.

FYI, I've applied an earlier similar patch from Jason Wang.

Thanks,

Tony