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]
Date:   Sat, 13 Mar 2021 22:10:02 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>,
        ysato@...rs.sourceforge.jp, uclinux-h8-devel@...ts.sourceforge.jp,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] h8300: kernel: Spelling fix in the file irq.c

On 3/13/21 9:19 PM, Bhaskar Chowdhury wrote:
> 
> s/writerble/writeable/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

> ---
>  arch/h8300/kernel/irq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/h8300/kernel/irq.c b/arch/h8300/kernel/irq.c
> index 834e4d7b1bcf..4afa13db6774 100644
> --- a/arch/h8300/kernel/irq.c
> +++ b/arch/h8300/kernel/irq.c
> @@ -43,7 +43,7 @@ static unsigned long __init *get_vector_address(void)
>  	/* ramvector base address */
>  	base -= EXT_IRQ0*4;
> 
> -	/* writerble? */
> +	/* writeable? */
>  	tmp = ~(*(volatile unsigned long *)base);
>  	(*(volatile unsigned long *)base) = tmp;
>  	if ((*(volatile unsigned long *)base) != tmp)
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ