From: Jason Wang Date: Sat, 11 Dec 2021 08:54:18 +0000 (+0800) Subject: MIPS: lantiq: Fix typo in a comment X-Git-Tag: v5.17-rc1~85^2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8de927a4d6f8f5c02e337a6121da75e7e1328a28;p=thirdparty%2Fkernel%2Flinux.git MIPS: lantiq: Fix typo in a comment The double `if' in the comment in line 144 is repeated. Remove one of them from the comment. Signed-off-by: Jason Wang Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/lantiq/falcon/sysctrl.c b/arch/mips/lantiq/falcon/sysctrl.c index 42222f849bd25..64726c670ca64 100644 --- a/arch/mips/lantiq/falcon/sysctrl.c +++ b/arch/mips/lantiq/falcon/sysctrl.c @@ -141,7 +141,7 @@ static void falcon_gpe_enable(void) unsigned int freq; unsigned int status; - /* if if the clock is already enabled */ + /* if the clock is already enabled */ status = sysctl_r32(SYSCTL_SYS1, SYS1_INFRAC); if (status & (1 << (GPPC_OFFSET + 1))) return;