Message ID | 20221022053602.24624-1-wangjianli@cdjrlc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drivers/bus: fix repeated words in comments | expand |
diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 9a7d12332fad..a864f24d6b4f 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -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. */
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(-)