[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220831124804.11092-1-yuanjilin@cdjrlc.com>
Date: Wed, 31 Aug 2022 20:48:04 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: tsbogend@...ha.franken.de
Cc: linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] mips: fix repeated words in comments
Delete the redundant word 'as'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
arch/mips/cavium-octeon/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index cbd83205518d..57b32418b29d 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -532,7 +532,7 @@ void octeon_user_io_init(void)
/* Get the current settings for CP0_CVMMEMCTL_REG */
cvmmemctl.u64 = read_c0_cvmmemctl();
/* R/W If set, marked write-buffer entries time out the same
- * as as other entries; if clear, marked write-buffer entries
+ * as other entries; if clear, marked write-buffer entries
* use the maximum timeout. */
cvmmemctl.s.dismarkwblongto = 1;
/* R/W If set, a merged store does not clear the write-buffer
--
2.36.1
Powered by blists - more mailing lists