drivers/bus: fix repeated words in comments
Commit Message
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(-)
@@ -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.
*/