[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211211085418.228537-1-wangborong@cdjrlc.com>
Date: Sat, 11 Dec 2021 16:54:18 +0800
From: Jason Wang <wangborong@...rlc.com>
To: tsbogend@...ha.franken.de
Cc: john@...ozen.org, wangborong@...rlc.com,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] 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 <wangborong@...rlc.com>
---
arch/mips/lantiq/falcon/sysctrl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/lantiq/falcon/sysctrl.c b/arch/mips/lantiq/falcon/sysctrl.c
index 42222f849bd2..64726c670ca6 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;
--
2.34.1
Powered by blists - more mailing lists