diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-08-11 20:11:19 +0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-03-27 11:23:23 +0300 |
commit | b79ad2307a1dfd9cba3cfce6445fa0be74a757a0 (patch) | |
tree | 5899a0e87e51b2b9fb9cb519cc17b04f852b3690 | |
parent | d4f1d01d3492e18b15df5c680fcaa4e14fc77481 (diff) | |
download | linux-stable-b79ad2307a1dfd9cba3cfce6445fa0be74a757a0.tar.gz linux-stable-b79ad2307a1dfd9cba3cfce6445fa0be74a757a0.tar.bz2 linux-stable-b79ad2307a1dfd9cba3cfce6445fa0be74a757a0.zip |
bus: ti-sysc: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Message-Id: <20220811121119.20288-1-wangborong@cdjrlc.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | drivers/bus/ti-sysc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 524f4113043c..6c49de37d5e9 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -890,7 +890,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) |