All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: Fix comments typo
@ 2022-08-27 15:46 Shaomin Deng
  2022-09-12 13:39 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Shaomin Deng @ 2022-08-27 15:46 UTC (permalink / raw)
  To: tsbogend, linux-mips, linux-kernel; +Cc: Shaomin Deng

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Fix comments typo
  2022-08-27 15:46 [PATCH] MIPS: Fix comments typo Shaomin Deng
@ 2022-09-12 13:39 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2022-09-12 13:39 UTC (permalink / raw)
  To: Shaomin Deng; +Cc: linux-mips, linux-kernel

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.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-12 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27 15:46 [PATCH] MIPS: Fix comments typo Shaomin Deng
2022-09-12 13:39 ` Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.