diff mbox series

MIPS: Fix comments typo

Message ID 20220827154640.9687-1-dengshaomin@cdjrlc.com (mailing list archive)
State Accepted
Commit 050a3f1db5b968ce838724f1c92787483770335d
Headers show
Series MIPS: Fix comments typo | expand

Commit Message

Shaomin Deng Aug. 27, 2022, 3:46 p.m. UTC
Remove the repeated word "as" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
 arch/mips/cavium-octeon/setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Bogendoerfer Sept. 12, 2022, 1:39 p.m. UTC | #1
On Sat, Aug 27, 2022 at 11:46:40AM -0400, Shaomin Deng wrote:
> Remove the repeated word "as" in comments.
> 
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.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 00bf269763cf..9ad12fb6a9a6 100644
> --- a/arch/mips/cavium-octeon/setup.c
> +++ b/arch/mips/cavium-octeon/setup.c
> @@ -527,7 +527,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.35.1

applied to mips-next.

Thomas.
diff mbox series

Patch

diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index 00bf269763cf..9ad12fb6a9a6 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -527,7 +527,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