[Uclinux-h8-devel] [PATCH] h8300: kernel: Spelling fix in the file irq.c

Back to archive index
Randy Dunlap rdunl****@infra*****
2021年 3月 14日 (日) 15:10:02 JST


On 3/13/21 9:19 PM, Bhaskar Chowdhury wrote:
> 
> s/writerble/writeable/
> 
> Signed-off-by: Bhaskar Chowdhury <unixb****@gmail*****>

Acked-by: Randy Dunlap <rdunl****@infra*****>

> ---
>  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



Uclinux-h8-devel メーリングリストの案内
Back to archive index