lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220912133918.GA9232@alpha.franken.de>
Date:   Mon, 12 Sep 2022 15:39:18 +0200
From:   Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To:     Shaomin Deng <dengshaomin@...rlc.com>
Cc:     linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MIPS: Fix comments typo

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@...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 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 ]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ