From: Jason Wang Date: Thu, 11 Aug 2022 12:11:19 +0000 (+0800) Subject: bus: ti-sysc: Fix comment typo X-Git-Tag: v6.4-rc1~170^2~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b79ad2307a1dfd9cba3cfce6445fa0be74a757a0;p=thirdparty%2Fkernel%2Flinux.git bus: ti-sysc: Fix comment typo The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Message-Id: <20220811121119.20288-1-wangborong@cdjrlc.com> Signed-off-by: Tony Lindgren --- diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 524f4113043ce..6c49de37d5e90 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)